Html Css Color HEX #F2647B Brink Pink

📋 copy color: '#F2647B'

red 242 ◦ green 100 ◦ blue 123

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

Shades of Brink Pink #F2647B

Tints of Brink Pink #F2647B

RGB

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

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

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

R = 52.04%
G = 21.51%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2647B (or 0xF2647B) is known color: Brink Pink. HEX triplet: F2, 64 and 7B. RGB value is (242,100,123). Sum of RGB (Red+Green+Blue) = 242+100+123=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2647B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2647B is #0D9B84. Grayscale: #919191. Windows color (decimal): -891781 or 8086770. OLE color: 8086770.

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

Color convert

RGB 242 100 123 -
CMYK 0 0.59 0.49 0.05
HSL 350.28º 0.85% 0.67% -
HSV(B) 350.28º 0.59% 0.95% -
XYZ 44.75 29.42 22.06 -
YUV 145.08 115.54 197.13 -
System Red Green Blue C M Y K H S L
Decimal 242 100 123 0 0.59 0.49 0.05 350.28 0.85 0.67
Hex F2 64 7B 0 3B 31 5 15E 55 43
Octal 362 144 173 0 73 61 5 536 125 103
Binary 11110010 1100100 1111011 0 111011 110001 101 101011110 1010101 1000011

Color Harmonies of #F2647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2647B

Black with #F2647B

Text Example


Text Example

White with #F2647B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2647B; }

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

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

background-color css

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

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

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

border-color css

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

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

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