Html Css Color HEX #F54DBB Brilliant Rose

📋 copy color: '#F54DBB'

red 245 ◦ green 77 ◦ blue 187

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

Shades of Brilliant Rose #F54DBB

Tints of Brilliant Rose #F54DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.74%

R = 48.13%
G = 15.13%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F54DBB (or 0xF54DBB) is known color: Brilliant Rose. HEX triplet: F5, 4D and BB. RGB value is (245,77,187). Sum of RGB (Red+Green+Blue) = 245+77+187=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F54DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F54DBB is #0AB244. Grayscale: #8B8B8B. Windows color (decimal): -700997 or 12275189. OLE color: 12275189.

HSL color Cylindrical-coordinate representation of color #F54DBB: hue angle of 320.71º 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 #F54DBB is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 77 187 -
CMYK 0 0.69 0.24 0.04
HSL 320.71º 0.89% 0.63% -
HSV(B) 320.71º 0.69% 0.96% -
XYZ 49.28 28.31 49.88 -
YUV 139.77 154.66 203.06 -
System Red Green Blue C M Y K H S L
Decimal 245 77 187 0 0.69 0.24 0.04 320.71 0.89 0.63
Hex F5 4D BB 0 45 18 4 141 59 3F
Octal 365 115 273 0 105 30 4 501 131 77
Binary 11110101 1001101 10111011 0 1000101 11000 100 101000001 1011001 111111

Color Harmonies of #F54DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54DBB

Black with #F54DBB

Text Example


Text Example

White with #F54DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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