Html Css Color HEX #F554A8 Brilliant Rose

📋 copy color: '#F554A8'

red 245 ◦ green 84 ◦ blue 168

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

Shades of Brilliant Rose #F554A8

Tints of Brilliant Rose #F554A8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.9%

 BLUE value IS 168 (66.02% from 255) = 33.8%

R = 49.3%
G = 16.9%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F554A8 (or 0xF554A8) is known color: Brilliant Rose. HEX triplet: F5, 54 and A8. RGB value is (245,84,168). Sum of RGB (Red+Green+Blue) = 245+84+168=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F554A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F554A8 is #0AAB57. Grayscale: #8D8D8D. Windows color (decimal): -699224 or 11031797. OLE color: 11031797.

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

Color convert

RGB 245 84 168 -
CMYK 0 0.66 0.31 0.04
HSL 328.7º 0.89% 0.65% -
HSV(B) 328.7º 0.66% 0.96% -
XYZ 47.89 28.58 40.04 -
YUV 141.72 142.84 201.67 -
System Red Green Blue C M Y K H S L
Decimal 245 84 168 0 0.66 0.31 0.04 328.7 0.89 0.65
Hex F5 54 A8 0 42 1F 4 149 59 41
Octal 365 124 250 0 102 37 4 511 131 101
Binary 11110101 1010100 10101000 0 1000010 11111 100 101001001 1011001 1000001

Color Harmonies of #F554A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F554A8

Black with #F554A8

Text Example


Text Example

White with #F554A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F554A8; }

 p { color: rgb(245,84,168); }

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

background-color css

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

 a { background-color: rgb(245,84,168); }

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

border-color css

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

 span { border-color: rgb(245,84,168); }

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