Html Css Color HEX #F5488A French Rose

📋 copy color: '#F5488A'

red 245 ◦ green 72 ◦ blue 138

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

Shades of French Rose #F5488A

Tints of French Rose #F5488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.82%

 BLUE value IS 138 (54.3% from 255) = 30.33%

R = 53.85%
G = 15.82%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5488A (or 0xF5488A) is known color: French Rose. HEX triplet: F5, 48 and 8A. RGB value is (245,72,138). Sum of RGB (Red+Green+Blue) = 245+72+138=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F5488A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5488A is #0AB775. Grayscale: #838383. Windows color (decimal): -702326 or 9062645. OLE color: 9062645.

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

Color convert

RGB 245 72 138 -
CMYK 0 0.71 0.44 0.04
HSL 337.11º 0.9% 0.62% -
HSV(B) 337.11º 0.71% 0.96% -
XYZ 44.56 25.88 26.69 -
YUV 131.25 131.81 209.13 -
System Red Green Blue C M Y K H S L
Decimal 245 72 138 0 0.71 0.44 0.04 337.11 0.9 0.62
Hex F5 48 8A 0 47 2C 4 151 5A 3E
Octal 365 110 212 0 107 54 4 521 132 76
Binary 11110101 1001000 10001010 0 1000111 101100 100 101010001 1011010 111110

Color Harmonies of #F5488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5488A

Black with #F5488A

Text Example


Text Example

White with #F5488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5488A; }

 p { color: rgb(245,72,138); }

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

background-color css

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

 a { background-color: rgb(245,72,138); }

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

border-color css

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

 span { border-color: rgb(245,72,138); }

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