Html Css Color HEX #F2617C Brink Pink

📋 copy color: '#F2617C'

red 242 ◦ green 97 ◦ blue 124

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

Shades of Brink Pink #F2617C

Tints of Brink Pink #F2617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.95%

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

R = 52.27%
G = 20.95%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2617C (or 0xF2617C) is known color: Brink Pink. HEX triplet: F2, 61 and 7C. RGB value is (242,97,124). Sum of RGB (Red+Green+Blue) = 242+97+124=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2617C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2617C is #0D9E83. Grayscale: #8F8F8F. Windows color (decimal): -892548 or 8151538. OLE color: 8151538.

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

Color convert

RGB 242 97 124 -
CMYK 0 0.60 0.49 0.05
HSL 348.83º 0.85% 0.66% -
HSV(B) 348.83º 0.6% 0.95% -
XYZ 44.53 28.88 22.3 -
YUV 143.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 242 97 124 0 0.60 0.49 0.05 348.83 0.85 0.66
Hex F2 61 7C 0 3C 31 5 15D 55 42
Octal 362 141 174 0 74 61 5 535 125 102
Binary 11110010 1100001 1111100 0 111100 110001 101 101011101 1010101 1000010

Color Harmonies of #F2617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2617C

Black with #F2617C

Text Example


Text Example

White with #F2617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2617C; }

 p { color: rgb(242,97,124); }

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

background-color css

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

 a { background-color: rgb(242,97,124); }

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

border-color css

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

 span { border-color: rgb(242,97,124); }

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