Html Css Color HEX #F2608C Brink Pink

📋 copy color: '#F2608C'

red 242 ◦ green 96 ◦ blue 140

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

Shades of Brink Pink #F2608C

Tints of Brink Pink #F2608C

RGB

 RED value IS 242 (94.92% from 255) = 50.63%

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

 BLUE value IS 140 (55.08% from 255) = 29.29%

R = 50.63%
G = 20.08%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2608C (or 0xF2608C) is known color: Brink Pink. HEX triplet: F2, 60 and 8C. RGB value is (242,96,140). Sum of RGB (Red+Green+Blue) = 242+96+140=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F2608C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2608C is #0D9F73. Grayscale: #909090. Windows color (decimal): -892788 or 9199858. OLE color: 9199858.

HSL color Cylindrical-coordinate representation of color #F2608C: hue angle of 341.92º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2608C is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 96 140 -
CMYK 0 0.60 0.42 0.05
HSL 341.92º 0.85% 0.66% -
HSV(B) 341.92º 0.6% 0.95% -
XYZ 45.53 29.14 28.03 -
YUV 144.67 125.37 197.42 -
System Red Green Blue C M Y K H S L
Decimal 242 96 140 0 0.60 0.42 0.05 341.92 0.85 0.66
Hex F2 60 8C 0 3C 2A 5 156 55 42
Octal 362 140 214 0 74 52 5 526 125 102
Binary 11110010 1100000 10001100 0 111100 101010 101 101010110 1010101 1000010

Color Harmonies of #F2608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2608C

Black with #F2608C

Text Example


Text Example

White with #F2608C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2608C; }

 p { color: rgb(242,96,140); }

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

background-color css

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

 a { background-color: rgb(242,96,140); }

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

border-color css

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

 span { border-color: rgb(242,96,140); }

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