Html Css Color HEX #FC5397 Brilliant Rose

📋 copy color: '#FC5397'

red 252 ◦ green 83 ◦ blue 151

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

Shades of Brilliant Rose #FC5397

Tints of Brilliant Rose #FC5397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.08%

 BLUE value IS 151 (59.38% from 255) = 31.07%

R = 51.85%
G = 17.08%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC5397 (or 0xFC5397) is known color: Brilliant Rose. HEX triplet: FC, 53 and 97. RGB value is (252,83,151). Sum of RGB (Red+Green+Blue) = 252+83+151=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5397 is #03AC68. Grayscale: #8D8D8D. Windows color (decimal): -240745 or 9917436. OLE color: 9917436.

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

Color convert

RGB 252 83 151 -
CMYK 0 0.67 0.40 0.01
HSL 335.86º 0.97% 0.66% -
HSV(B) 335.86º 0.67% 0.99% -
XYZ 48.82 29.12 32.32 -
YUV 141.28 133.49 206.97 -
System Red Green Blue C M Y K H S L
Decimal 252 83 151 0 0.67 0.40 0.01 335.86 0.97 0.66
Hex FC 53 97 0 43 28 1 150 61 42
Octal 374 123 227 0 103 50 1 520 141 102
Binary 11111100 1010011 10010111 0 1000011 101000 1 101010000 1100001 1000010

Color Harmonies of #FC5397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5397

Black with #FC5397

Text Example


Text Example

White with #FC5397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5397; }

 p { color: rgb(252,83,151); }

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

background-color css

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

 a { background-color: rgb(252,83,151); }

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

border-color css

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

 span { border-color: rgb(252,83,151); }

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