Html Css Color HEX #F0607C Brink Pink

📋 copy color: '#F0607C'

red 240 ◦ green 96 ◦ blue 124

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

Shades of Brink Pink #F0607C

Tints of Brink Pink #F0607C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.96%

R = 52.17%
G = 20.87%
B = 26.96%

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

#F0607C (or 0xF0607C) is known color: Brink Pink. HEX triplet: F0, 60 and 7C. RGB value is (240,96,124). Sum of RGB (Red+Green+Blue) = 240+96+124=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0607C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0607C is #0F9F83. Grayscale: #8E8E8E. Windows color (decimal): -1023876 or 8151280. OLE color: 8151280.

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

Color convert

RGB 240 96 124 -
CMYK 0 0.6 0.48 0.06
HSL 348.33º 0.83% 0.66% -
HSV(B) 348.33º 0.6% 0.94% -
XYZ 43.76 28.35 22.23 -
YUV 142.25 117.71 197.72 -
System Red Green Blue C M Y K H S L
Decimal 240 96 124 0 0.6 0.48 0.06 348.33 0.83 0.66
Hex F0 60 7C 0 3C 30 6 15C 53 42
Octal 360 140 174 0 74 60 6 534 123 102
Binary 11110000 1100000 1111100 0 111100 110000 110 101011100 1010011 1000010

Color Harmonies of #F0607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0607C

Black with #F0607C

Text Example


Text Example

White with #F0607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0607C; }

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

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

background-color css

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

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

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

border-color css

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

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

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