Html Css Color HEX #F0608A Brink Pink

📋 copy color: '#F0608A'

red 240 ◦ green 96 ◦ blue 138

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

Shades of Brink Pink #F0608A

Tints of Brink Pink #F0608A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.11%

R = 50.63%
G = 20.25%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0608A (or 0xF0608A) is known color: Brink Pink. HEX triplet: F0, 60 and 8A. RGB value is (240,96,138). Sum of RGB (Red+Green+Blue) = 240+96+138=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F0608A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0608A is #0F9F75. Grayscale: #8F8F8F. Windows color (decimal): -1023862 or 9068784. OLE color: 9068784.

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

Color convert

RGB 240 96 138 -
CMYK 0 0.6 0.42 0.06
HSL 342.5º 0.83% 0.66% -
HSV(B) 342.5º 0.6% 0.94% -
XYZ 44.71 28.73 27.23 -
YUV 143.84 124.71 196.58 -
System Red Green Blue C M Y K H S L
Decimal 240 96 138 0 0.6 0.42 0.06 342.5 0.83 0.66
Hex F0 60 8A 0 3C 2A 6 156 53 42
Octal 360 140 212 0 74 52 6 526 123 102
Binary 11110000 1100000 10001010 0 111100 101010 110 101010110 1010011 1000010

Color Harmonies of #F0608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0608A

Black with #F0608A

Text Example


Text Example

White with #F0608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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