Html Css Color HEX #FC619C Brilliant Rose

📋 copy color: '#FC619C'

red 252 ◦ green 97 ◦ blue 156

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

Shades of Brilliant Rose #FC619C

Tints of Brilliant Rose #FC619C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.21%

 BLUE value IS 156 (61.33% from 255) = 30.89%

R = 49.9%
G = 19.21%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC619C (or 0xFC619C) is known color: Brilliant Rose. HEX triplet: FC, 61 and 9C. RGB value is (252,97,156). Sum of RGB (Red+Green+Blue) = 252+97+156=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC619C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC619C is #039E63. Grayscale: #959595. Windows color (decimal): -237156 or 10248700. OLE color: 10248700.

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

Color convert

RGB 252 97 156 -
CMYK 0 0.62 0.38 0.01
HSL 337.16º 0.96% 0.68% -
HSV(B) 337.16º 0.62% 0.99% -
XYZ 50.42 31.65 34.9 -
YUV 150.07 131.35 200.7 -
System Red Green Blue C M Y K H S L
Decimal 252 97 156 0 0.62 0.38 0.01 337.16 0.96 0.68
Hex FC 61 9C 0 3E 26 1 151 60 44
Octal 374 141 234 0 76 46 1 521 140 104
Binary 11111100 1100001 10011100 0 111110 100110 1 101010001 1100000 1000100

Color Harmonies of #FC619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC619C

Black with #FC619C

Text Example


Text Example

White with #FC619C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC619C; }

 p { color: rgb(252,97,156); }

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

background-color css

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

 a { background-color: rgb(252,97,156); }

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

border-color css

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

 span { border-color: rgb(252,97,156); }

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