Html Css Color HEX #F229A6 Persian Rose

📋 copy color: '#F229A6'

red 242 ◦ green 41 ◦ blue 166

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

Shades of Persian Rose #F229A6

Tints of Persian Rose #F229A6

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.13%

 BLUE value IS 166 (65.23% from 255) = 36.97%

R = 53.9%
G = 9.13%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F229A6 (or 0xF229A6) is known color: Persian Rose. HEX triplet: F2, 29 and A6. RGB value is (242,41,166). Sum of RGB (Red+Green+Blue) = 242+41+166=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F229A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F229A6 is #0DD659. Grayscale: #737373. Windows color (decimal): -906842 or 10889714. OLE color: 10889714.

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

Color convert

RGB 242 41 166 -
CMYK 0 0.83 0.31 0.05
HSL 322.69º 0.89% 0.55% -
HSV(B) 322.69º 0.83% 0.95% -
XYZ 44.29 23.22 38.22 -
YUV 115.35 156.59 218.34 -
System Red Green Blue C M Y K H S L
Decimal 242 41 166 0 0.83 0.31 0.05 322.69 0.89 0.55
Hex F2 29 A6 0 53 1F 5 143 59 37
Octal 362 51 246 0 123 37 5 503 131 67
Binary 11110010 101001 10100110 0 1010011 11111 101 101000011 1011001 110111

Color Harmonies of #F229A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F229A6

Black with #F229A6

Text Example


Text Example

White with #F229A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F229A6; }

 p { color: rgb(242,41,166); }

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

background-color css

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

 a { background-color: rgb(242,41,166); }

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

border-color css

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

 span { border-color: rgb(242,41,166); }

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