Html Css Color HEX #F2617B Brink Pink

📋 copy color: '#F2617B'

red 242 ◦ green 97 ◦ blue 123

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

Shades of Brink Pink #F2617B

Tints of Brink Pink #F2617B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.62%

R = 52.38%
G = 21%
B = 26.62%

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

#F2617B (or 0xF2617B) is known color: Brink Pink. HEX triplet: F2, 61 and 7B. RGB value is (242,97,123). Sum of RGB (Red+Green+Blue) = 242+97+123=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2617B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2617B is #0D9E84. Grayscale: #8F8F8F. Windows color (decimal): -892549 or 8086002. OLE color: 8086002.

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

Color convert

RGB 242 97 123 -
CMYK 0 0.60 0.49 0.05
HSL 349.24º 0.85% 0.66% -
HSV(B) 349.24º 0.6% 0.95% -
XYZ 44.47 28.86 21.97 -
YUV 143.32 116.54 198.39 -
System Red Green Blue C M Y K H S L
Decimal 242 97 123 0 0.60 0.49 0.05 349.24 0.85 0.66
Hex F2 61 7B 0 3C 31 5 15D 55 42
Octal 362 141 173 0 74 61 5 535 125 102
Binary 11110010 1100001 1111011 0 111100 110001 101 101011101 1010101 1000010

Color Harmonies of #F2617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2617B

Black with #F2617B

Text Example


Text Example

White with #F2617B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2617B; }

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

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

background-color css

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

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

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

border-color css

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

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

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