Html Css Color HEX #F29B70 Hit Pink

📋 copy color: '#F29B70'

red 242 ◦ green 155 ◦ blue 112

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

Shades of Hit Pink #F29B70

Tints of Hit Pink #F29B70

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.45%

 BLUE value IS 112 (44.14% from 255) = 22%

R = 47.54%
G = 30.45%
B = 22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F29B70 (or 0xF29B70) is known color: Hit Pink. HEX triplet: F2, 9B and 70. RGB value is (242,155,112). Sum of RGB (Red+Green+Blue) = 242+155+112=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F29B70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29B70 is #0D648F. Grayscale: #B0B0B0. Windows color (decimal): -877712 or 7379954. OLE color: 7379954.

HSL color Cylindrical-coordinate representation of color #F29B70: hue angle of 19.85º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F29B70 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 155 112 -
CMYK 0 0.36 0.54 0.05
HSL 19.85º 0.83% 0.69% -
HSV(B) 19.85º 0.54% 0.95% -
XYZ 51.26 43.49 21.02 -
YUV 176.11 91.82 175 -
System Red Green Blue C M Y K H S L
Decimal 242 155 112 0 0.36 0.54 0.05 19.85 0.83 0.69
Hex F2 9B 70 0 24 36 5 14 53 45
Octal 362 233 160 0 44 66 5 24 123 105
Binary 11110010 10011011 1110000 0 100100 110110 101 10100 1010011 1000101

Color Harmonies of #F29B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29B70

Black with #F29B70

Text Example


Text Example

White with #F29B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29B70; }

 p { color: rgb(242,155,112); }

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

background-color css

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

 a { background-color: rgb(242,155,112); }

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

border-color css

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

 span { border-color: rgb(242,155,112); }

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