Html Css Color HEX #F229AA Persian Rose

📋 copy color: '#F229AA'

red 242 ◦ green 41 ◦ blue 170

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

Shades of Persian Rose #F229AA

Tints of Persian Rose #F229AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.53%

R = 53.42%
G = 9.05%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F229AA (or 0xF229AA) is known color: Persian Rose. HEX triplet: F2, 29 and AA. RGB value is (242,41,170). Sum of RGB (Red+Green+Blue) = 242+41+170=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F229AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F229AA is #0DD655. Grayscale: #737373. Windows color (decimal): -906838 or 11151858. OLE color: 11151858.

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

Color convert

RGB 242 41 170 -
CMYK 0 0.83 0.30 0.05
HSL 321.49º 0.89% 0.55% -
HSV(B) 321.49º 0.83% 0.95% -
XYZ 44.67 23.37 40.19 -
YUV 115.81 158.59 218.01 -
System Red Green Blue C M Y K H S L
Decimal 242 41 170 0 0.83 0.30 0.05 321.49 0.89 0.55
Hex F2 29 AA 0 53 1E 5 141 59 37
Octal 362 51 252 0 123 36 5 501 131 67
Binary 11110010 101001 10101010 0 1010011 11110 101 101000001 1011001 110111

Color Harmonies of #F229AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F229AA

Black with #F229AA

Text Example


Text Example

White with #F229AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F229AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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