Html Css Color HEX #F32998 Persian Rose

📋 copy color: '#F32998'

red 243 ◦ green 41 ◦ blue 152

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

Shades of Persian Rose #F32998

Tints of Persian Rose #F32998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.86%

R = 55.73%
G = 9.4%
B = 34.86%

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

#F32998 (or 0xF32998) is known color: Persian Rose. HEX triplet: F3, 29 and 98. RGB value is (243,41,152). Sum of RGB (Red+Green+Blue) = 243+41+152=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F32998 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32998 is #0CD667. Grayscale: #717171. Windows color (decimal): -841320 or 9972211. OLE color: 9972211.

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

Color convert

RGB 243 41 152 -
CMYK 0 0.83 0.37 0.05
HSL 327.03º 0.89% 0.56% -
HSV(B) 327.03º 0.83% 0.95% -
XYZ 43.42 22.91 31.84 -
YUV 114.05 149.42 219.97 -
System Red Green Blue C M Y K H S L
Decimal 243 41 152 0 0.83 0.37 0.05 327.03 0.89 0.56
Hex F3 29 98 0 53 25 5 147 59 38
Octal 363 51 230 0 123 45 5 507 131 70
Binary 11110011 101001 10011000 0 1010011 100101 101 101000111 1011001 111000

Color Harmonies of #F32998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32998

Black with #F32998

Text Example


Text Example

White with #F32998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32998; }

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

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

background-color css

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

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

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

border-color css

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

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

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