Html Css Color HEX #FC2698 Persian Rose

📋 copy color: '#FC2698'

red 252 ◦ green 38 ◦ blue 152

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

Shades of Persian Rose #FC2698

Tints of Persian Rose #FC2698

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.6%

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

R = 57.01%
G = 8.6%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC2698 (or 0xFC2698) is known color: Persian Rose. HEX triplet: FC, 26 and 98. RGB value is (252,38,152). Sum of RGB (Red+Green+Blue) = 252+38+152=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2698 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2698 is #03D967. Grayscale: #727272. Windows color (decimal): -252264 or 9971452. OLE color: 9971452.

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

Color convert

RGB 252 38 152 -
CMYK 0 0.85 0.40 0.01
HSL 328.04º 0.97% 0.57% -
HSV(B) 328.04º 0.85% 0.99% -
XYZ 46.51 24.35 31.95 -
YUV 114.98 148.9 225.73 -
System Red Green Blue C M Y K H S L
Decimal 252 38 152 0 0.85 0.40 0.01 328.04 0.97 0.57
Hex FC 26 98 0 55 28 1 148 61 39
Octal 374 46 230 0 125 50 1 510 141 71
Binary 11111100 100110 10011000 0 1010101 101000 1 101001000 1100001 111001

Color Harmonies of #FC2698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2698

Black with #FC2698

Text Example


Text Example

White with #FC2698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2698; }

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

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

background-color css

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

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

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

border-color css

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

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

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