Html Css Color HEX #F2608F Brink Pink

📋 copy color: '#F2608F'

red 242 ◦ green 96 ◦ blue 143

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

Shades of Brink Pink #F2608F

Tints of Brink Pink #F2608F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.73%

R = 50.31%
G = 19.96%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2608F (or 0xF2608F) is known color: Brink Pink. HEX triplet: F2, 60 and 8F. RGB value is (242,96,143). Sum of RGB (Red+Green+Blue) = 242+96+143=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2608F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2608F is #0D9F70. Grayscale: #909090. Windows color (decimal): -892785 or 9396466. OLE color: 9396466.

HSL color Cylindrical-coordinate representation of color #F2608F: hue angle of 340.68º 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 #F2608F is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 96 143 -
CMYK 0 0.60 0.41 0.05
HSL 340.68º 0.85% 0.66% -
HSV(B) 340.68º 0.6% 0.95% -
XYZ 45.76 29.23 29.22 -
YUV 145.01 126.87 197.18 -
System Red Green Blue C M Y K H S L
Decimal 242 96 143 0 0.60 0.41 0.05 340.68 0.85 0.66
Hex F2 60 8F 0 3C 29 5 155 55 42
Octal 362 140 217 0 74 51 5 525 125 102
Binary 11110010 1100000 10001111 0 111100 101001 101 101010101 1010101 1000010

Color Harmonies of #F2608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2608F

Black with #F2608F

Text Example


Text Example

White with #F2608F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2608F; }

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

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

background-color css

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

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

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

border-color css

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

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

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