Html Css Color HEX #F554A4 Brilliant Rose

📋 copy color: '#F554A4'

red 245 ◦ green 84 ◦ blue 164

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

Shades of Brilliant Rose #F554A4

Tints of Brilliant Rose #F554A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.27%

R = 49.7%
G = 17.04%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F554A4 (or 0xF554A4) is known color: Brilliant Rose. HEX triplet: F5, 54 and A4. RGB value is (245,84,164). Sum of RGB (Red+Green+Blue) = 245+84+164=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F554A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F554A4 is #0AAB5B. Grayscale: #8D8D8D. Windows color (decimal): -699228 or 10769653. OLE color: 10769653.

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

Color convert

RGB 245 84 164 -
CMYK 0 0.66 0.33 0.04
HSL 330.19º 0.89% 0.65% -
HSV(B) 330.19º 0.66% 0.96% -
XYZ 47.53 28.43 38.11 -
YUV 141.26 140.84 202 -
System Red Green Blue C M Y K H S L
Decimal 245 84 164 0 0.66 0.33 0.04 330.19 0.89 0.65
Hex F5 54 A4 0 42 21 4 14A 59 41
Octal 365 124 244 0 102 41 4 512 131 101
Binary 11110101 1010100 10100100 0 1000010 100001 100 101001010 1011001 1000001

Color Harmonies of #F554A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F554A4

Black with #F554A4

Text Example


Text Example

White with #F554A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F554A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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