Html Css Color HEX #FC6299 Brilliant Rose

📋 copy color: '#FC6299'

red 252 ◦ green 98 ◦ blue 153

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

Shades of Brilliant Rose #FC6299

Tints of Brilliant Rose #FC6299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.48%

 BLUE value IS 153 (60.16% from 255) = 30.42%

R = 50.1%
G = 19.48%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC6299 (or 0xFC6299) is known color: Brilliant Rose. HEX triplet: FC, 62 and 99. RGB value is (252,98,153). Sum of RGB (Red+Green+Blue) = 252+98+153=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6299 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6299 is #039D66. Grayscale: #969696. Windows color (decimal): -236903 or 10052348. OLE color: 10052348.

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

Color convert

RGB 252 98 153 -
CMYK 0 0.61 0.39 0.01
HSL 338.57º 0.96% 0.69% -
HSV(B) 338.57º 0.61% 0.99% -
XYZ 50.26 31.73 33.61 -
YUV 150.32 129.52 200.53 -
System Red Green Blue C M Y K H S L
Decimal 252 98 153 0 0.61 0.39 0.01 338.57 0.96 0.69
Hex FC 62 99 0 3D 27 1 153 60 45
Octal 374 142 231 0 75 47 1 523 140 105
Binary 11111100 1100010 10011001 0 111101 100111 1 101010011 1100000 1000101

Color Harmonies of #FC6299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6299

Black with #FC6299

Text Example


Text Example

White with #FC6299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6299; }

 p { color: rgb(252,98,153); }

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

background-color css

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

 a { background-color: rgb(252,98,153); }

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

border-color css

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

 span { border-color: rgb(252,98,153); }

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