Html Css Color HEX #F2A9B3 Blossom

📋 copy color: '#F2A9B3'

red 242 ◦ green 169 ◦ blue 179

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

Shades of Blossom #F2A9B3

Tints of Blossom #F2A9B3

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.64%

 BLUE value IS 179 (70.31% from 255) = 30.34%

R = 41.02%
G = 28.64%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F2A9B3 (or 0xF2A9B3) is known color: Blossom. HEX triplet: F2, A9 and B3. RGB value is (242,169,179). Sum of RGB (Red+Green+Blue) = 242+169+179=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A9B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A9B3 is #0D564C. Grayscale: #C0C0C0. Windows color (decimal): -874061 or 11774450. OLE color: 11774450.

HSL color Cylindrical-coordinate representation of color #F2A9B3: hue angle of 351.78º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2A9B3 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 169 179 -
CMYK 0 0.30 0.26 0.05
HSL 351.78º 0.74% 0.81% -
HSV(B) 351.78º 0.3% 0.95% -
XYZ 58.94 50.51 49.29 -
YUV 191.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 242 169 179 0 0.30 0.26 0.05 351.78 0.74 0.81
Hex F2 A9 B3 0 1E 1A 5 160 4A 51
Octal 362 251 263 0 36 32 5 540 112 121
Binary 11110010 10101001 10110011 0 11110 11010 101 101100000 1001010 1010001

Color Harmonies of #F2A9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A9B3

Black with #F2A9B3

Text Example


Text Example

White with #F2A9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A9B3; }

 p { color: rgb(242,169,179); }

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

background-color css

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

 a { background-color: rgb(242,169,179); }

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

border-color css

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

 span { border-color: rgb(242,169,179); }

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