Html Css Color HEX #F0607F Brink Pink

📋 copy color: '#F0607F'

red 240 ◦ green 96 ◦ blue 127

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

Shades of Brink Pink #F0607F

Tints of Brink Pink #F0607F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.43%

R = 51.84%
G = 20.73%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0607F (or 0xF0607F) is known color: Brink Pink. HEX triplet: F0, 60 and 7F. RGB value is (240,96,127). Sum of RGB (Red+Green+Blue) = 240+96+127=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0607F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0607F is #0F9F80. Grayscale: #8E8E8E. Windows color (decimal): -1023873 or 8347888. OLE color: 8347888.

HSL color Cylindrical-coordinate representation of color #F0607F: hue angle of 347.08º 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 #F0607F is Cyan = 0, Magento = 0.6, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 96 127 -
CMYK 0 0.6 0.47 0.06
HSL 347.08º 0.83% 0.66% -
HSV(B) 347.08º 0.6% 0.94% -
XYZ 43.95 28.42 23.25 -
YUV 142.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 240 96 127 0 0.6 0.47 0.06 347.08 0.83 0.66
Hex F0 60 7F 0 3C 2F 6 15B 53 42
Octal 360 140 177 0 74 57 6 533 123 102
Binary 11110000 1100000 1111111 0 111100 101111 110 101011011 1010011 1000010

Color Harmonies of #F0607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0607F

Black with #F0607F

Text Example


Text Example

White with #F0607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0607F; }

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

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

background-color css

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

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

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

border-color css

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

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

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