Html Css Color HEX #FC6598 Brilliant Rose

📋 copy color: '#FC6598'

red 252 ◦ green 101 ◦ blue 152

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

Shades of Brilliant Rose #FC6598

Tints of Brilliant Rose #FC6598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20%

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

R = 49.9%
G = 20%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC6598 (or 0xFC6598) is known color: Brilliant Rose. HEX triplet: FC, 65 and 98. RGB value is (252,101,152). Sum of RGB (Red+Green+Blue) = 252+101+152=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6598 is #039A67. Grayscale: #979797. Windows color (decimal): -236136 or 9987580. OLE color: 9987580.

HSL color Cylindrical-coordinate representation of color #FC6598: hue angle of 339.74º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC6598 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 101 152 -
CMYK 0 0.60 0.40 0.01
HSL 339.74º 0.96% 0.69% -
HSV(B) 339.74º 0.6% 0.99% -
XYZ 50.47 32.27 33.27 -
YUV 151.96 128.03 199.35 -
System Red Green Blue C M Y K H S L
Decimal 252 101 152 0 0.60 0.40 0.01 339.74 0.96 0.69
Hex FC 65 98 0 3C 28 1 154 60 45
Octal 374 145 230 0 74 50 1 524 140 105
Binary 11111100 1100101 10011000 0 111100 101000 1 101010100 1100000 1000101

Color Harmonies of #FC6598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6598

Black with #FC6598

Text Example


Text Example

White with #FC6598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6598; }

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

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

background-color css

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

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

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

border-color css

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

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

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