Html Css Color HEX #F5508B French Rose

📋 copy color: '#F5508B'

red 245 ◦ green 80 ◦ blue 139

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

Shades of French Rose #F5508B

Tints of French Rose #F5508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.24%

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

R = 52.8%
G = 17.24%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5508B (or 0xF5508B) is known color: French Rose. HEX triplet: F5, 50 and 8B. RGB value is (245,80,139). Sum of RGB (Red+Green+Blue) = 245+80+139=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F5508B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5508B is #0AAF74. Grayscale: #878787. Windows color (decimal): -700277 or 9130229. OLE color: 9130229.

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

Color convert

RGB 245 80 139 -
CMYK 0 0.67 0.43 0.04
HSL 338.55º 0.89% 0.64% -
HSV(B) 338.55º 0.67% 0.96% -
XYZ 45.19 27.01 27.26 -
YUV 136.06 129.66 205.7 -
System Red Green Blue C M Y K H S L
Decimal 245 80 139 0 0.67 0.43 0.04 338.55 0.89 0.64
Hex F5 50 8B 0 43 2B 4 153 59 40
Octal 365 120 213 0 103 53 4 523 131 100
Binary 11110101 1010000 10001011 0 1000011 101011 100 101010011 1011001 1000000

Color Harmonies of #F5508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5508B

Black with #F5508B

Text Example


Text Example

White with #F5508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5508B; }

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

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

background-color css

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

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

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

border-color css

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

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

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