Html Css Color HEX #FC619A Brilliant Rose

📋 copy color: '#FC619A'

red 252 ◦ green 97 ◦ blue 154

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

Shades of Brilliant Rose #FC619A

Tints of Brilliant Rose #FC619A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.62%

R = 50.1%
G = 19.28%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC619A (or 0xFC619A) is known color: Brilliant Rose. HEX triplet: FC, 61 and 9A. RGB value is (252,97,154). Sum of RGB (Red+Green+Blue) = 252+97+154=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC619A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC619A is #039E65. Grayscale: #959595. Windows color (decimal): -237158 or 10117628. OLE color: 10117628.

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

Color convert

RGB 252 97 154 -
CMYK 0 0.62 0.39 0.01
HSL 337.94º 0.96% 0.68% -
HSV(B) 337.94º 0.62% 0.99% -
XYZ 50.25 31.58 34.02 -
YUV 149.84 130.35 200.87 -
System Red Green Blue C M Y K H S L
Decimal 252 97 154 0 0.62 0.39 0.01 337.94 0.96 0.68
Hex FC 61 9A 0 3E 27 1 152 60 44
Octal 374 141 232 0 76 47 1 522 140 104
Binary 11111100 1100001 10011010 0 111110 100111 1 101010010 1100000 1000100

Color Harmonies of #FC619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC619A

Black with #FC619A

Text Example


Text Example

White with #FC619A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC619A; }

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

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

background-color css

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

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

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

border-color css

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

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

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