Html Css Color HEX #F227AA Persian Rose

📋 copy color: '#F227AA'

red 242 ◦ green 39 ◦ blue 170

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

Shades of Persian Rose #F227AA

Tints of Persian Rose #F227AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.65%

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

R = 53.66%
G = 8.65%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F227AA (or 0xF227AA) is known color: Persian Rose. HEX triplet: F2, 27 and AA. RGB value is (242,39,170). Sum of RGB (Red+Green+Blue) = 242+39+170=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F227AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F227AA is #0DD855. Grayscale: #727272. Windows color (decimal): -907350 or 11151346. OLE color: 11151346.

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

Color convert

RGB 242 39 170 -
CMYK 0 0.84 0.30 0.05
HSL 321.28º 0.89% 0.55% -
HSV(B) 321.28º 0.84% 0.95% -
XYZ 44.6 23.23 40.16 -
YUV 114.63 159.25 218.85 -
System Red Green Blue C M Y K H S L
Decimal 242 39 170 0 0.84 0.30 0.05 321.28 0.89 0.55
Hex F2 27 AA 0 54 1E 5 141 59 37
Octal 362 47 252 0 124 36 5 501 131 67
Binary 11110010 100111 10101010 0 1010100 11110 101 101000001 1011001 110111

Color Harmonies of #F227AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F227AA

Black with #F227AA

Text Example


Text Example

White with #F227AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F227AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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