Html Css Color HEX #F8508F French Rose

📋 copy color: '#F8508F'

red 248 ◦ green 80 ◦ blue 143

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

Shades of French Rose #F8508F

Tints of French Rose #F8508F

RGB

 RED value IS 248 (97.27% from 255) = 52.65%

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

 BLUE value IS 143 (56.25% from 255) = 30.36%

R = 52.65%
G = 16.99%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F8508F (or 0xF8508F) is known color: French Rose. HEX triplet: F8, 50 and 8F. RGB value is (248,80,143). Sum of RGB (Red+Green+Blue) = 248+80+143=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8508F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8508F is #07AF70. Grayscale: #898989. Windows color (decimal): -503665 or 9392376. OLE color: 9392376.

HSL color Cylindrical-coordinate representation of color #F8508F: hue angle of 337.5º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8508F is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 80 143 -
CMYK 0 0.68 0.42 0.03
HSL 337.5º 0.92% 0.64% -
HSV(B) 337.5º 0.68% 0.97% -
XYZ 46.54 27.68 28.88 -
YUV 137.41 131.16 206.88 -
System Red Green Blue C M Y K H S L
Decimal 248 80 143 0 0.68 0.42 0.03 337.5 0.92 0.64
Hex F8 50 8F 0 44 2A 3 152 5C 40
Octal 370 120 217 0 104 52 3 522 134 100
Binary 11111000 1010000 10001111 0 1000100 101010 11 101010010 1011100 1000000

Color Harmonies of #F8508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8508F

Black with #F8508F

Text Example


Text Example

White with #F8508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8508F; }

 p { color: rgb(248,80,143); }

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

background-color css

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

 a { background-color: rgb(248,80,143); }

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

border-color css

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

 span { border-color: rgb(248,80,143); }

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