Html Css Color HEX #F227AB Persian Rose

📋 copy color: '#F227AB'

red 242 ◦ green 39 ◦ blue 171

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

Shades of Persian Rose #F227AB

Tints of Persian Rose #F227AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.83%

R = 53.54%
G = 8.63%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F227AB (or 0xF227AB) is known color: Persian Rose. HEX triplet: F2, 27 and AB. RGB value is (242,39,171). Sum of RGB (Red+Green+Blue) = 242+39+171=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F227AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F227AB is #0DD854. Grayscale: #727272. Windows color (decimal): -907349 or 11216882. OLE color: 11216882.

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

Color convert

RGB 242 39 171 -
CMYK 0 0.84 0.29 0.05
HSL 320.99º 0.89% 0.55% -
HSV(B) 320.99º 0.84% 0.95% -
XYZ 44.69 23.27 40.66 -
YUV 114.75 159.75 218.77 -
System Red Green Blue C M Y K H S L
Decimal 242 39 171 0 0.84 0.29 0.05 320.99 0.89 0.55
Hex F2 27 AB 0 54 1D 5 141 59 37
Octal 362 47 253 0 124 35 5 501 131 67
Binary 11110010 100111 10101011 0 1010100 11101 101 101000001 1011001 110111

Color Harmonies of #F227AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F227AB

Black with #F227AB

Text Example


Text Example

White with #F227AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F227AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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