Html Css Color HEX #F555A4 Brilliant Rose

📋 copy color: '#F555A4'

red 245 ◦ green 85 ◦ blue 164

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

Shades of Brilliant Rose #F555A4

Tints of Brilliant Rose #F555A4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.21%

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

R = 49.6%
G = 17.21%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F555A4 (or 0xF555A4) is known color: Brilliant Rose. HEX triplet: F5, 55 and A4. RGB value is (245,85,164). Sum of RGB (Red+Green+Blue) = 245+85+164=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F555A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F555A4 is #0AAA5B. Grayscale: #8D8D8D. Windows color (decimal): -698972 or 10769909. OLE color: 10769909.

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

Color convert

RGB 245 85 164 -
CMYK 0 0.65 0.33 0.04
HSL 330.38º 0.89% 0.65% -
HSV(B) 330.38º 0.65% 0.96% -
XYZ 47.61 28.59 38.13 -
YUV 141.85 140.51 201.58 -
System Red Green Blue C M Y K H S L
Decimal 245 85 164 0 0.65 0.33 0.04 330.38 0.89 0.65
Hex F5 55 A4 0 41 21 4 14A 59 41
Octal 365 125 244 0 101 41 4 512 131 101
Binary 11110101 1010101 10100100 0 1000001 100001 100 101001010 1011001 1000001

Color Harmonies of #F555A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F555A4

Black with #F555A4

Text Example


Text Example

White with #F555A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F555A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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