Html Css Color HEX #FC6796 Brilliant Rose

📋 copy color: '#FC6796'

red 252 ◦ green 103 ◦ blue 150

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

Shades of Brilliant Rose #FC6796

Tints of Brilliant Rose #FC6796

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.4%

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

R = 49.9%
G = 20.4%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC6796 (or 0xFC6796) is known color: Brilliant Rose. HEX triplet: FC, 67 and 96. RGB value is (252,103,150). Sum of RGB (Red+Green+Blue) = 252+103+150=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6796 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6796 is #039869. Grayscale: #989898. Windows color (decimal): -235626 or 9857020. OLE color: 9857020.

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

Color convert

RGB 252 103 150 -
CMYK 0 0.59 0.40 0.01
HSL 341.07º 0.96% 0.7% -
HSV(B) 341.07º 0.59% 0.99% -
XYZ 50.5 32.6 32.48 -
YUV 152.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 252 103 150 0 0.59 0.40 0.01 341.07 0.96 0.7
Hex FC 67 96 0 3B 28 1 155 60 46
Octal 374 147 226 0 73 50 1 525 140 106
Binary 11111100 1100111 10010110 0 111011 101000 1 101010101 1100000 1000110

Color Harmonies of #FC6796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6796

Black with #FC6796

Text Example


Text Example

White with #FC6796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6796; }

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

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

background-color css

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

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

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

border-color css

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

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

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