Html Css Color HEX #FF7383 Brink Pink

📋 copy color: '#FF7383'

red 255 ◦ green 115 ◦ blue 131

#FF7383
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #FF7383

Tints of Brink Pink #FF7383

RGB

 RED value IS 255 (100% from 255) = 50.9%

 GREEN value IS 115 (45.31% from 255) = 22.95%

 BLUE value IS 131 (51.56% from 255) = 26.15%

R = 50.9%
G = 22.95%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF7383 (or 0xFF7383) is known color: Brink Pink. HEX triplet: FF, 73 and 83. RGB value is (255,115,131). Sum of RGB (Red+Green+Blue) = 255+115+131=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7383 is #008C7C. Grayscale: #9E9E9E. Windows color (decimal): -35965 or 8614911. OLE color: 8614911.

HSL color Cylindrical-coordinate representation of color #FF7383: hue angle of 353.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7383 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB 255 115 131 -
CMYK 0 0.55 0.49 0
HSL 353.14º 1% 0.73% -
HSV(B) 353.14º 0.55% 1% -
XYZ 51.47 35.16 25.55 -
YUV 158.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 255 115 131 0 0.55 0.49 0 353.14 1 0.73
Hex FF 73 83 0 37 31 0 161 64 49
Octal 377 163 203 0 67 61 0 541 144 111
Binary 11111111 1110011 10000011 0 110111 110001 0 101100001 1100100 1001001

Color Harmonies of #FF7383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7383

Black with #FF7383

Text Example


Text Example

White with #FF7383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7383; }

 p { color: rgb(255,115,131); }

 H1.HeaderClassName
 {
   color: #FF7383;
 }
 .AnyTagClassName
 {
   color: #FF7383;
 }
</style>

background-color css

<style>
 a { background-color: #FF7383; }

 a { background-color: rgb(255,115,131); }

 div.DivClassName
 {
   background-color: #FF7383;
 }
 .BgClassName
 {
   background-color: #FF7383;
 }
</style>

border-color css

<style>
 span { border-color: #FF7383; }

 span { border-color: rgb(255,115,131); }

 td.TdClassName
 {
   border-color: #FF7383;
 }
 .TagClassName
 {
   border-color: #FF7383;
 }
</style>