Html Css Color HEX #FC6698 Brilliant Rose

📋 copy color: '#FC6698'

red 252 ◦ green 102 ◦ blue 152

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

Shades of Brilliant Rose #FC6698

Tints of Brilliant Rose #FC6698

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.16%

 BLUE value IS 152 (59.77% from 255) = 30.04%

R = 49.8%
G = 20.16%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC6698 (or 0xFC6698) is known color: Brilliant Rose. HEX triplet: FC, 66 and 98. RGB value is (252,102,152). Sum of RGB (Red+Green+Blue) = 252+102+152=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6698 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6698 is #039967. Grayscale: #989898. Windows color (decimal): -235880 or 9987836. OLE color: 9987836.

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

Color convert

RGB 252 102 152 -
CMYK 0 0.60 0.40 0.01
HSL 340º 0.96% 0.69% -
HSV(B) 340º 0.6% 0.99% -
XYZ 50.56 32.47 33.31 -
YUV 152.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 252 102 152 0 0.60 0.40 0.01 340 0.96 0.69
Hex FC 66 98 0 3C 28 1 154 60 45
Octal 374 146 230 0 74 50 1 524 140 105
Binary 11111100 1100110 10011000 0 111100 101000 1 101010100 1100000 1000101

Color Harmonies of #FC6698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6698

Black with #FC6698

Text Example


Text Example

White with #FC6698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6698; }

 p { color: rgb(252,102,152); }

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

background-color css

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

 a { background-color: rgb(252,102,152); }

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

border-color css

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

 span { border-color: rgb(252,102,152); }

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