Html Css Color HEX #F2647A Brink Pink

📋 copy color: '#F2647A'

red 242 ◦ green 100 ◦ blue 122

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

Shades of Brink Pink #F2647A

Tints of Brink Pink #F2647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.55%

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

R = 52.16%
G = 21.55%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2647A (or 0xF2647A) is known color: Brink Pink. HEX triplet: F2, 64 and 7A. RGB value is (242,100,122). Sum of RGB (Red+Green+Blue) = 242+100+122=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2647A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2647A is #0D9B85. Grayscale: #919191. Windows color (decimal): -891782 or 8021234. OLE color: 8021234.

HSL color Cylindrical-coordinate representation of color #F2647A: hue angle of 350.7º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2647A is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 100 122 -
CMYK 0 0.59 0.50 0.05
HSL 350.7º 0.85% 0.67% -
HSV(B) 350.7º 0.59% 0.95% -
XYZ 44.69 29.4 21.73 -
YUV 144.97 115.04 197.21 -
System Red Green Blue C M Y K H S L
Decimal 242 100 122 0 0.59 0.50 0.05 350.7 0.85 0.67
Hex F2 64 7A 0 3B 32 5 15F 55 43
Octal 362 144 172 0 73 62 5 537 125 103
Binary 11110010 1100100 1111010 0 111011 110010 101 101011111 1010101 1000011

Color Harmonies of #F2647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2647A

Black with #F2647A

Text Example


Text Example

White with #F2647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2647A; }

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

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

background-color css

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

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

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

border-color css

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

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

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