Html Css Color HEX #F2617A Brink Pink

📋 copy color: '#F2617A'

red 242 ◦ green 97 ◦ blue 122

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

Shades of Brink Pink #F2617A

Tints of Brink Pink #F2617A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.46%

R = 52.49%
G = 21.04%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2617A (or 0xF2617A) is known color: Brink Pink. HEX triplet: F2, 61 and 7A. RGB value is (242,97,122). Sum of RGB (Red+Green+Blue) = 242+97+122=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F2617A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2617A is #0D9E85. Grayscale: #8F8F8F. Windows color (decimal): -892550 or 8020466. OLE color: 8020466.

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

Color convert

RGB 242 97 122 -
CMYK 0 0.60 0.50 0.05
HSL 349.66º 0.85% 0.66% -
HSV(B) 349.66º 0.6% 0.95% -
XYZ 44.41 28.83 21.64 -
YUV 143.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 242 97 122 0 0.60 0.50 0.05 349.66 0.85 0.66
Hex F2 61 7A 0 3C 32 5 15E 55 42
Octal 362 141 172 0 74 62 5 536 125 102
Binary 11110010 1100001 1111010 0 111100 110010 101 101011110 1010101 1000010

Color Harmonies of #F2617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2617A

Black with #F2617A

Text Example


Text Example

White with #F2617A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2617A; }

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

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

background-color css

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

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

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

border-color css

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

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

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