Html Css Color HEX #FC6296 Brilliant Rose

📋 copy color: '#FC6296'

red 252 ◦ green 98 ◦ blue 150

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

Shades of Brilliant Rose #FC6296

Tints of Brilliant Rose #FC6296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30%

R = 50.4%
G = 19.6%
B = 30%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC6296 (or 0xFC6296) is known color: Brilliant Rose. HEX triplet: FC, 62 and 96. RGB value is (252,98,150). Sum of RGB (Red+Green+Blue) = 252+98+150=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6296 is #039D69. Grayscale: #959595. Windows color (decimal): -236906 or 9855740. OLE color: 9855740.

HSL color Cylindrical-coordinate representation of color #FC6296: 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.61%. Process color model (Four color, CMYK) of #FC6296 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 98 150 -
CMYK 0 0.61 0.40 0.01
HSL 339.74º 0.96% 0.69% -
HSV(B) 339.74º 0.61% 0.99% -
XYZ 50.02 31.63 32.32 -
YUV 149.97 128.02 200.77 -
System Red Green Blue C M Y K H S L
Decimal 252 98 150 0 0.61 0.40 0.01 339.74 0.96 0.69
Hex FC 62 96 0 3D 28 1 154 60 45
Octal 374 142 226 0 75 50 1 524 140 105
Binary 11111100 1100010 10010110 0 111101 101000 1 101010100 1100000 1000101

Color Harmonies of #FC6296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6296

Black with #FC6296

Text Example


Text Example

White with #FC6296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6296; }

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

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

background-color css

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

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

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

border-color css

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

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

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