Html Css Color HEX #F223A3 Persian Rose

📋 copy color: '#F223A3'

red 242 ◦ green 35 ◦ blue 163

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

Shades of Persian Rose #F223A3

Tints of Persian Rose #F223A3

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.95%

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

R = 55%
G = 7.95%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F223A3 (or 0xF223A3) is known color: Persian Rose. HEX triplet: F2, 23 and A3. RGB value is (242,35,163). Sum of RGB (Red+Green+Blue) = 242+35+163=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 35 (14.06% from 255 or 7.95% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F223A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F223A3 is #0DDC5C. Grayscale: #6F6F6F. Windows color (decimal): -908381 or 10691570. OLE color: 10691570.

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

Color convert

RGB 242 35 163 -
CMYK 0 0.86 0.33 0.05
HSL 322.9º 0.89% 0.54% -
HSV(B) 322.9º 0.86% 0.95% -
XYZ 43.83 22.72 36.73 -
YUV 111.49 157.08 221.09 -
System Red Green Blue C M Y K H S L
Decimal 242 35 163 0 0.86 0.33 0.05 322.9 0.89 0.54
Hex F2 23 A3 0 56 21 5 143 59 36
Octal 362 43 243 0 126 41 5 503 131 66
Binary 11110010 100011 10100011 0 1010110 100001 101 101000011 1011001 110110

Color Harmonies of #F223A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F223A3

Black with #F223A3

Text Example


Text Example

White with #F223A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F223A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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