Html Css Color HEX #F55DA3 Brilliant Rose

📋 copy color: '#F55DA3'

red 245 ◦ green 93 ◦ blue 163

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

Shades of Brilliant Rose #F55DA3

Tints of Brilliant Rose #F55DA3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.56%

 BLUE value IS 163 (64.06% from 255) = 32.53%

R = 48.9%
G = 18.56%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F55DA3 (or 0xF55DA3) is known color: Brilliant Rose. HEX triplet: F5, 5D and A3. RGB value is (245,93,163). Sum of RGB (Red+Green+Blue) = 245+93+163=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55DA3 is #0AA25C. Grayscale: #929292. Windows color (decimal): -696925 or 10706421. OLE color: 10706421.

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

Color convert

RGB 245 93 163 -
CMYK 0 0.62 0.33 0.04
HSL 332.37º 0.88% 0.66% -
HSV(B) 332.37º 0.62% 0.96% -
XYZ 48.18 29.89 37.88 -
YUV 146.43 137.36 198.31 -
System Red Green Blue C M Y K H S L
Decimal 245 93 163 0 0.62 0.33 0.04 332.37 0.88 0.66
Hex F5 5D A3 0 3E 21 4 14C 58 42
Octal 365 135 243 0 76 41 4 514 130 102
Binary 11110101 1011101 10100011 0 111110 100001 100 101001100 1011000 1000010

Color Harmonies of #F55DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55DA3

Black with #F55DA3

Text Example


Text Example

White with #F55DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55DA3; }

 p { color: rgb(245,93,163); }

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

background-color css

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

 a { background-color: rgb(245,93,163); }

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

border-color css

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

 span { border-color: rgb(245,93,163); }

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