Html Css Color HEX #F5538D French Rose

📋 copy color: '#F5538D'

red 245 ◦ green 83 ◦ blue 141

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

Shades of French Rose #F5538D

Tints of French Rose #F5538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.7%

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

R = 52.24%
G = 17.7%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5538D (or 0xF5538D) is known color: French Rose. HEX triplet: F5, 53 and 8D. RGB value is (245,83,141). Sum of RGB (Red+Green+Blue) = 245+83+141=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5538D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5538D is #0AAC72. Grayscale: #898989. Windows color (decimal): -699507 or 9262069. OLE color: 9262069.

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

Color convert

RGB 245 83 141 -
CMYK 0 0.66 0.42 0.04
HSL 338.52º 0.89% 0.64% -
HSV(B) 338.52º 0.66% 0.96% -
XYZ 45.56 27.52 28.11 -
YUV 138.05 129.67 204.28 -
System Red Green Blue C M Y K H S L
Decimal 245 83 141 0 0.66 0.42 0.04 338.52 0.89 0.64
Hex F5 53 8D 0 42 2A 4 153 59 40
Octal 365 123 215 0 102 52 4 523 131 100
Binary 11110101 1010011 10001101 0 1000010 101010 100 101010011 1011001 1000000

Color Harmonies of #F5538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5538D

Black with #F5538D

Text Example


Text Example

White with #F5538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5538D; }

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

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

background-color css

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

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

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

border-color css

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

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

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