Html Css Color HEX #FA507F French Rose

📋 copy color: '#FA507F'

red 250 ◦ green 80 ◦ blue 127

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

Shades of French Rose #FA507F

Tints of French Rose #FA507F

RGB

 RED value IS 250 (98.05% from 255) = 54.7%

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

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

R = 54.7%
G = 17.51%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA507F (or 0xFA507F) is known color: French Rose. HEX triplet: FA, 50 and 7F. RGB value is (250,80,127). Sum of RGB (Red+Green+Blue) = 250+80+127=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA507F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA507F is #05AF80. Grayscale: #888888. Windows color (decimal): -372609 or 8343802. OLE color: 8343802.

HSL color Cylindrical-coordinate representation of color #FA507F: hue angle of 343.41º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA507F is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 80 127 -
CMYK 0 0.68 0.49 0.02
HSL 343.41º 0.94% 0.65% -
HSV(B) 343.41º 0.68% 0.98% -
XYZ 46.12 27.59 22.97 -
YUV 136.19 122.82 209.18 -
System Red Green Blue C M Y K H S L
Decimal 250 80 127 0 0.68 0.49 0.02 343.41 0.94 0.65
Hex FA 50 7F 0 44 31 2 157 5E 41
Octal 372 120 177 0 104 61 2 527 136 101
Binary 11111010 1010000 1111111 0 1000100 110001 10 101010111 1011110 1000001

Color Harmonies of #FA507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA507F

Black with #FA507F

Text Example


Text Example

White with #FA507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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