Html Css Color HEX #F5488B French Rose

📋 copy color: '#F5488B'

red 245 ◦ green 72 ◦ blue 139

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

Shades of French Rose #F5488B

Tints of French Rose #F5488B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.48%

R = 53.73%
G = 15.79%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5488B (or 0xF5488B) is known color: French Rose. HEX triplet: F5, 48 and 8B. RGB value is (245,72,139). Sum of RGB (Red+Green+Blue) = 245+72+139=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5488B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5488B is #0AB774. Grayscale: #838383. Windows color (decimal): -702325 or 9128181. OLE color: 9128181.

HSL color Cylindrical-coordinate representation of color #F5488B: hue angle of 336.76º 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 #F5488B is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 72 139 -
CMYK 0 0.71 0.43 0.04
HSL 336.76º 0.9% 0.62% -
HSV(B) 336.76º 0.71% 0.96% -
XYZ 44.63 25.91 27.08 -
YUV 131.37 132.31 209.05 -
System Red Green Blue C M Y K H S L
Decimal 245 72 139 0 0.71 0.43 0.04 336.76 0.9 0.62
Hex F5 48 8B 0 47 2B 4 151 5A 3E
Octal 365 110 213 0 107 53 4 521 132 76
Binary 11110101 1001000 10001011 0 1000111 101011 100 101010001 1011010 111110

Color Harmonies of #F5488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5488B

Black with #F5488B

Text Example


Text Example

White with #F5488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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