Html Css Color HEX #F7507F French Rose

📋 copy color: '#F7507F'

red 247 ◦ green 80 ◦ blue 127

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

Shades of French Rose #F7507F

Tints of French Rose #F7507F

RGB

 RED value IS 247 (96.88% from 255) = 54.41%

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

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

R = 54.41%
G = 17.62%
B = 27.97%

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

#F7507F (or 0xF7507F) is known color: French Rose. HEX triplet: F7, 50 and 7F. RGB value is (247,80,127). Sum of RGB (Red+Green+Blue) = 247+80+127=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F7507F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7507F is #08AF80. Grayscale: #878787. Windows color (decimal): -569217 or 8343799. OLE color: 8343799.

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

Color convert

RGB 247 80 127 -
CMYK 0 0.68 0.49 0.03
HSL 343.11º 0.91% 0.64% -
HSV(B) 343.11º 0.68% 0.97% -
XYZ 45.06 27.04 22.92 -
YUV 135.29 123.33 207.68 -
System Red Green Blue C M Y K H S L
Decimal 247 80 127 0 0.68 0.49 0.03 343.11 0.91 0.64
Hex F7 50 7F 0 44 31 3 157 5B 40
Octal 367 120 177 0 104 61 3 527 133 100
Binary 11110111 1010000 1111111 0 1000100 110001 11 101010111 1011011 1000000

Color Harmonies of #F7507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7507F

Black with #F7507F

Text Example


Text Example

White with #F7507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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