Html Css Color HEX #F54C9B Brilliant Rose

📋 copy color: '#F54C9B'

red 245 ◦ green 76 ◦ blue 155

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

Shades of Brilliant Rose #F54C9B

Tints of Brilliant Rose #F54C9B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.97%

 BLUE value IS 155 (60.94% from 255) = 32.56%

R = 51.47%
G = 15.97%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F54C9B (or 0xF54C9B) is known color: Brilliant Rose. HEX triplet: F5, 4C and 9B. RGB value is (245,76,155). Sum of RGB (Red+Green+Blue) = 245+76+155=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54C9B is #0AB364. Grayscale: #878787. Windows color (decimal): -701285 or 10177781. OLE color: 10177781.

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

Color convert

RGB 245 76 155 -
CMYK 0 0.69 0.37 0.04
HSL 331.95º 0.89% 0.63% -
HSV(B) 331.95º 0.69% 0.96% -
XYZ 46.16 26.95 33.78 -
YUV 135.54 138.99 206.08 -
System Red Green Blue C M Y K H S L
Decimal 245 76 155 0 0.69 0.37 0.04 331.95 0.89 0.63
Hex F5 4C 9B 0 45 25 4 14C 59 3F
Octal 365 114 233 0 105 45 4 514 131 77
Binary 11110101 1001100 10011011 0 1000101 100101 100 101001100 1011001 111111

Color Harmonies of #F54C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54C9B

Black with #F54C9B

Text Example


Text Example

White with #F54C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54C9B; }

 p { color: rgb(245,76,155); }

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

background-color css

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

 a { background-color: rgb(245,76,155); }

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

border-color css

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

 span { border-color: rgb(245,76,155); }

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