Html Css Color HEX #FC6395 Brilliant Rose

📋 copy color: '#FC6395'

red 252 ◦ green 99 ◦ blue 149

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

Shades of Brilliant Rose #FC6395

Tints of Brilliant Rose #FC6395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.8%

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

R = 50.4%
G = 19.8%
B = 29.8%

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

#FC6395 (or 0xFC6395) is known color: Brilliant Rose. HEX triplet: FC, 63 and 95. RGB value is (252,99,149). Sum of RGB (Red+Green+Blue) = 252+99+149=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6395 is #039C6A. Grayscale: #969696. Windows color (decimal): -236651 or 9790460. OLE color: 9790460.

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

Color convert

RGB 252 99 149 -
CMYK 0 0.61 0.41 0.01
HSL 340.39º 0.96% 0.69% -
HSV(B) 340.39º 0.61% 0.99% -
XYZ 50.03 31.79 31.93 -
YUV 150.45 127.19 200.43 -
System Red Green Blue C M Y K H S L
Decimal 252 99 149 0 0.61 0.41 0.01 340.39 0.96 0.69
Hex FC 63 95 0 3D 29 1 154 60 45
Octal 374 143 225 0 75 51 1 524 140 105
Binary 11111100 1100011 10010101 0 111101 101001 1 101010100 1100000 1000101

Color Harmonies of #FC6395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6395

Black with #FC6395

Text Example


Text Example

White with #FC6395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6395; }

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

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

background-color css

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

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

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

border-color css

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

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

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