Html Css Color HEX #F8507F French Rose

📋 copy color: '#F8507F'

red 248 ◦ green 80 ◦ blue 127

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

Shades of French Rose #F8507F

Tints of French Rose #F8507F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.91%

R = 54.51%
G = 17.58%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F8507F (or 0xF8507F) is known color: French Rose. HEX triplet: F8, 50 and 7F. RGB value is (248,80,127). Sum of RGB (Red+Green+Blue) = 248+80+127=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F8507F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8507F is #07AF80. Grayscale: #878787. Windows color (decimal): -503681 or 8343800. OLE color: 8343800.

HSL color Cylindrical-coordinate representation of color #F8507F: hue angle of 343.21º 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 #F8507F is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 80 127 -
CMYK 0 0.68 0.49 0.03
HSL 343.21º 0.92% 0.64% -
HSV(B) 343.21º 0.68% 0.97% -
XYZ 45.41 27.23 22.94 -
YUV 135.59 123.16 208.18 -
System Red Green Blue C M Y K H S L
Decimal 248 80 127 0 0.68 0.49 0.03 343.21 0.92 0.64
Hex F8 50 7F 0 44 31 3 157 5C 40
Octal 370 120 177 0 104 61 3 527 134 100
Binary 11111000 1010000 1111111 0 1000100 110001 11 101010111 1011100 1000000

Color Harmonies of #F8507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8507F

Black with #F8507F

Text Example


Text Example

White with #F8507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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