Html Css Color HEX #F54DAB Brilliant Rose

📋 copy color: '#F54DAB'

red 245 ◦ green 77 ◦ blue 171

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

Shades of Brilliant Rose #F54DAB

Tints of Brilliant Rose #F54DAB

RGB

 RED value IS 245 (96.09% from 255) = 49.7%

 GREEN value IS 77 (30.47% from 255) = 15.62%

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 49.7%
G = 15.62%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F54DAB (or 0xF54DAB) is known color: Brilliant Rose. HEX triplet: F5, 4D and AB. RGB value is (245,77,171). Sum of RGB (Red+Green+Blue) = 245+77+171=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F54DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F54DAB is #0AB254. Grayscale: #898989. Windows color (decimal): -701013 or 11226613. OLE color: 11226613.

HSL color Cylindrical-coordinate representation of color #F54DAB: hue angle of 326.43º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F54DAB is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 77 171 -
CMYK 0 0.69 0.30 0.04
HSL 326.43º 0.89% 0.63% -
HSV(B) 326.43º 0.69% 0.96% -
XYZ 47.66 27.66 41.36 -
YUV 137.95 146.66 204.36 -
System Red Green Blue C M Y K H S L
Decimal 245 77 171 0 0.69 0.30 0.04 326.43 0.89 0.63
Hex F5 4D AB 0 45 1E 4 146 59 3F
Octal 365 115 253 0 105 36 4 506 131 77
Binary 11110101 1001101 10101011 0 1000101 11110 100 101000110 1011001 111111

Color Harmonies of #F54DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54DAB

Black with #F54DAB

Text Example


Text Example

White with #F54DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54DAB; }

 p { color: rgb(245,77,171); }

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

background-color css

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

 a { background-color: rgb(245,77,171); }

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

border-color css

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

 span { border-color: rgb(245,77,171); }

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