Html Css Color HEX #F0607E Brink Pink

📋 copy color: '#F0607E'

red 240 ◦ green 96 ◦ blue 126

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

Shades of Brink Pink #F0607E

Tints of Brink Pink #F0607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.78%

 BLUE value IS 126 (49.61% from 255) = 27.27%

R = 51.95%
G = 20.78%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0607E (or 0xF0607E) is known color: Brink Pink. HEX triplet: F0, 60 and 7E. RGB value is (240,96,126). Sum of RGB (Red+Green+Blue) = 240+96+126=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0607E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0607E is #0F9F81. Grayscale: #8E8E8E. Windows color (decimal): -1023874 or 8282352. OLE color: 8282352.

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

Color convert

RGB 240 96 126 -
CMYK 0 0.6 0.48 0.06
HSL 347.5º 0.83% 0.66% -
HSV(B) 347.5º 0.6% 0.94% -
XYZ 43.88 28.4 22.91 -
YUV 142.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 240 96 126 0 0.6 0.48 0.06 347.5 0.83 0.66
Hex F0 60 7E 0 3C 30 6 15C 53 42
Octal 360 140 176 0 74 60 6 534 123 102
Binary 11110000 1100000 1111110 0 111100 110000 110 101011100 1010011 1000010

Color Harmonies of #F0607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0607E

Black with #F0607E

Text Example


Text Example

White with #F0607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0607E; }

 p { color: rgb(240,96,126); }

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

background-color css

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

 a { background-color: rgb(240,96,126); }

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

border-color css

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

 span { border-color: rgb(240,96,126); }

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