Html Css Color HEX #FC2098 Persian Rose

📋 copy color: '#FC2098'

red 252 ◦ green 32 ◦ blue 152

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

Shades of Persian Rose #FC2098

Tints of Persian Rose #FC2098

RGB

 RED value IS 252 (98.83% from 255) = 57.8%

 GREEN value IS 32 (12.89% from 255) = 7.34%

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

R = 57.8%
G = 7.34%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC2098 (or 0xFC2098) is known color: Persian Rose. HEX triplet: FC, 20 and 98. RGB value is (252,32,152). Sum of RGB (Red+Green+Blue) = 252+32+152=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2098 is #03DF67. Grayscale: #6F6F6F. Windows color (decimal): -253800 or 9969916. OLE color: 9969916.

HSL color Cylindrical-coordinate representation of color #FC2098: hue angle of 327.27º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC2098 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 32 152 -
CMYK 0 0.87 0.40 0.01
HSL 327.27º 0.97% 0.56% -
HSV(B) 327.27º 0.87% 0.99% -
XYZ 46.33 24 31.9 -
YUV 111.46 150.89 228.24 -
System Red Green Blue C M Y K H S L
Decimal 252 32 152 0 0.87 0.40 0.01 327.27 0.97 0.56
Hex FC 20 98 0 57 28 1 147 61 38
Octal 374 40 230 0 127 50 1 507 141 70
Binary 11111100 100000 10011000 0 1010111 101000 1 101000111 1100001 111000

Color Harmonies of #FC2098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2098

Black with #FC2098

Text Example


Text Example

White with #FC2098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2098; }

 p { color: rgb(252,32,152); }

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

background-color css

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

 a { background-color: rgb(252,32,152); }

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

border-color css

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

 span { border-color: rgb(252,32,152); }

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