Html Css Color HEX #F32899 Persian Rose

📋 copy color: '#F32899'

red 243 ◦ green 40 ◦ blue 153

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

Shades of Persian Rose #F32899

Tints of Persian Rose #F32899

RGB

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

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

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

R = 55.73%
G = 9.17%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F32899 (or 0xF32899) is known color: Persian Rose. HEX triplet: F3, 28 and 99. RGB value is (243,40,153). Sum of RGB (Red+Green+Blue) = 243+40+153=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F32899 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32899 is #0CD766. Grayscale: #717171. Windows color (decimal): -841575 or 10037491. OLE color: 10037491.

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

Color convert

RGB 243 40 153 -
CMYK 0 0.84 0.37 0.05
HSL 326.6º 0.89% 0.55% -
HSV(B) 326.6º 0.84% 0.95% -
XYZ 43.47 22.87 32.26 -
YUV 113.58 150.25 220.31 -
System Red Green Blue C M Y K H S L
Decimal 243 40 153 0 0.84 0.37 0.05 326.6 0.89 0.55
Hex F3 28 99 0 54 25 5 147 59 37
Octal 363 50 231 0 124 45 5 507 131 67
Binary 11110011 101000 10011001 0 1010100 100101 101 101000111 1011001 110111

Color Harmonies of #F32899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32899

Black with #F32899

Text Example


Text Example

White with #F32899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32899; }

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

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

background-color css

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

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

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

border-color css

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

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

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