Html Css Color HEX #F06277 Brink Pink

📋 copy color: '#F06277'

red 240 ◦ green 98 ◦ blue 119

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

Shades of Brink Pink #F06277

Tints of Brink Pink #F06277

RGB

 RED value IS 240 (94.14% from 255) = 52.52%

 GREEN value IS 98 (38.67% from 255) = 21.44%

 BLUE value IS 119 (46.88% from 255) = 26.04%

R = 52.52%
G = 21.44%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F06277 (or 0xF06277) is known color: Brink Pink. HEX triplet: F0, 62 and 77. RGB value is (240,98,119). Sum of RGB (Red+Green+Blue) = 240+98+119=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F06277 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06277 is #0F9D88. Grayscale: #8E8E8E. Windows color (decimal): -1023369 or 7824112. OLE color: 7824112.

HSL color Cylindrical-coordinate representation of color #F06277: hue angle of 351.13º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F06277 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 98 119 -
CMYK 0 0.59 0.50 0.06
HSL 351.13º 0.83% 0.66% -
HSV(B) 351.13º 0.59% 0.94% -
XYZ 43.63 28.59 20.67 -
YUV 142.85 114.54 197.29 -
System Red Green Blue C M Y K H S L
Decimal 240 98 119 0 0.59 0.50 0.06 351.13 0.83 0.66
Hex F0 62 77 0 3B 32 6 15F 53 42
Octal 360 142 167 0 73 62 6 537 123 102
Binary 11110000 1100010 1110111 0 111011 110010 110 101011111 1010011 1000010

Color Harmonies of #F06277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06277

Black with #F06277

Text Example


Text Example

White with #F06277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06277; }

 p { color: rgb(240,98,119); }

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

background-color css

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

 a { background-color: rgb(240,98,119); }

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

border-color css

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

 span { border-color: rgb(240,98,119); }

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