Html Css Color HEX #F228A3 Persian Rose

📋 copy color: '#F228A3'

red 242 ◦ green 40 ◦ blue 163

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

Shades of Persian Rose #F228A3

Tints of Persian Rose #F228A3

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.99%

 BLUE value IS 163 (64.06% from 255) = 36.63%

R = 54.38%
G = 8.99%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F228A3 (or 0xF228A3) is known color: Persian Rose. HEX triplet: F2, 28 and A3. RGB value is (242,40,163). Sum of RGB (Red+Green+Blue) = 242+40+163=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F228A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F228A3 is #0DD75C. Grayscale: #727272. Windows color (decimal): -907101 or 10692850. OLE color: 10692850.

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

Color convert

RGB 242 40 163 -
CMYK 0 0.83 0.33 0.05
HSL 323.47º 0.89% 0.55% -
HSV(B) 323.47º 0.83% 0.95% -
XYZ 43.99 23.04 36.78 -
YUV 114.42 155.42 219 -
System Red Green Blue C M Y K H S L
Decimal 242 40 163 0 0.83 0.33 0.05 323.47 0.89 0.55
Hex F2 28 A3 0 53 21 5 143 59 37
Octal 362 50 243 0 123 41 5 503 131 67
Binary 11110010 101000 10100011 0 1010011 100001 101 101000011 1011001 110111

Color Harmonies of #F228A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F228A3

Black with #F228A3

Text Example


Text Example

White with #F228A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F228A3; }

 p { color: rgb(242,40,163); }

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

background-color css

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

 a { background-color: rgb(242,40,163); }

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

border-color css

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

 span { border-color: rgb(242,40,163); }

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