Html Css Color HEX #F55A8D French Rose

📋 copy color: '#F55A8D'

red 245 ◦ green 90 ◦ blue 141

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

Shades of French Rose #F55A8D

Tints of French Rose #F55A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.91%

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 51.47%
G = 18.91%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F55A8D (or 0xF55A8D) is known color: French Rose. HEX triplet: F5, 5A and 8D. RGB value is (245,90,141). Sum of RGB (Red+Green+Blue) = 245+90+141=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55A8D is #0AA572. Grayscale: #8E8E8E. Windows color (decimal): -697715 or 9263861. OLE color: 9263861.

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

Color convert

RGB 245 90 141 -
CMYK 0 0.63 0.42 0.04
HSL 340.26º 0.89% 0.66% -
HSV(B) 340.26º 0.63% 0.96% -
XYZ 46.12 28.65 28.3 -
YUV 142.16 127.35 201.35 -
System Red Green Blue C M Y K H S L
Decimal 245 90 141 0 0.63 0.42 0.04 340.26 0.89 0.66
Hex F5 5A 8D 0 3F 2A 4 154 59 42
Octal 365 132 215 0 77 52 4 524 131 102
Binary 11110101 1011010 10001101 0 111111 101010 100 101010100 1011001 1000010

Color Harmonies of #F55A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55A8D

Black with #F55A8D

Text Example


Text Example

White with #F55A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55A8D; }

 p { color: rgb(245,90,141); }

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

background-color css

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

 a { background-color: rgb(245,90,141); }

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

border-color css

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

 span { border-color: rgb(245,90,141); }

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