Html Css Color HEX #F32999 Persian Rose

📋 copy color: '#F32999'

red 243 ◦ green 41 ◦ blue 153

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

Shades of Persian Rose #F32999

Tints of Persian Rose #F32999

RGB

 RED value IS 243 (95.31% from 255) = 55.61%

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

 BLUE value IS 153 (60.16% from 255) = 35.01%

R = 55.61%
G = 9.38%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F32999 (or 0xF32999) is known color: Persian Rose. HEX triplet: F3, 29 and 99. RGB value is (243,41,153). Sum of RGB (Red+Green+Blue) = 243+41+153=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F32999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32999 is #0CD666. Grayscale: #717171. Windows color (decimal): -841319 or 10037747. OLE color: 10037747.

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

Color convert

RGB 243 41 153 -
CMYK 0 0.83 0.37 0.05
HSL 326.73º 0.89% 0.56% -
HSV(B) 326.73º 0.83% 0.95% -
XYZ 43.5 22.94 32.27 -
YUV 114.17 149.92 219.89 -
System Red Green Blue C M Y K H S L
Decimal 243 41 153 0 0.83 0.37 0.05 326.73 0.89 0.56
Hex F3 29 99 0 53 25 5 147 59 38
Octal 363 51 231 0 123 45 5 507 131 70
Binary 11110011 101001 10011001 0 1010011 100101 101 101000111 1011001 111000

Color Harmonies of #F32999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32999

Black with #F32999

Text Example


Text Example

White with #F32999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32999; }

 p { color: rgb(243,41,153); }

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

background-color css

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

 a { background-color: rgb(243,41,153); }

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

border-color css

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

 span { border-color: rgb(243,41,153); }

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