Html Css Color HEX #FC6295 Brilliant Rose

📋 copy color: '#FC6295'

red 252 ◦ green 98 ◦ blue 149

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

Shades of Brilliant Rose #FC6295

Tints of Brilliant Rose #FC6295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.86%

R = 50.5%
G = 19.64%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC6295 (or 0xFC6295) is known color: Brilliant Rose. HEX triplet: FC, 62 and 95. RGB value is (252,98,149). Sum of RGB (Red+Green+Blue) = 252+98+149=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6295 is #039D6A. Grayscale: #959595. Windows color (decimal): -236907 or 9790204. OLE color: 9790204.

HSL color Cylindrical-coordinate representation of color #FC6295: hue angle of 340.13º 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 #FC6295 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 98 149 -
CMYK 0 0.61 0.41 0.01
HSL 340.13º 0.96% 0.69% -
HSV(B) 340.13º 0.61% 0.99% -
XYZ 49.94 31.6 31.9 -
YUV 149.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 252 98 149 0 0.61 0.41 0.01 340.13 0.96 0.69
Hex FC 62 95 0 3D 29 1 154 60 45
Octal 374 142 225 0 75 51 1 524 140 105
Binary 11111100 1100010 10010101 0 111101 101001 1 101010100 1100000 1000101

Color Harmonies of #FC6295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6295

Black with #FC6295

Text Example


Text Example

White with #FC6295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6295; }

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

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

background-color css

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

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

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

border-color css

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

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

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