Html Css Color HEX #F7507E French Rose

📋 copy color: '#F7507E'

red 247 ◦ green 80 ◦ blue 126

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

Shades of French Rose #F7507E

Tints of French Rose #F7507E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.81%

R = 54.53%
G = 17.66%
B = 27.81%

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

#F7507E (or 0xF7507E) is known color: French Rose. HEX triplet: F7, 50 and 7E. RGB value is (247,80,126). Sum of RGB (Red+Green+Blue) = 247+80+126=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F7507E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7507E is #08AF81. Grayscale: #878787. Windows color (decimal): -569218 or 8278263. OLE color: 8278263.

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

Color convert

RGB 247 80 126 -
CMYK 0 0.68 0.49 0.03
HSL 343.47º 0.91% 0.64% -
HSV(B) 343.47º 0.68% 0.97% -
XYZ 44.99 27.02 22.58 -
YUV 135.18 122.83 207.76 -
System Red Green Blue C M Y K H S L
Decimal 247 80 126 0 0.68 0.49 0.03 343.47 0.91 0.64
Hex F7 50 7E 0 44 31 3 157 5B 40
Octal 367 120 176 0 104 61 3 527 133 100
Binary 11110111 1010000 1111110 0 1000100 110001 11 101010111 1011011 1000000

Color Harmonies of #F7507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7507E

Black with #F7507E

Text Example


Text Example

White with #F7507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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