Html Css Color HEX #FA4F7F French Rose

📋 copy color: '#FA4F7F'

red 250 ◦ green 79 ◦ blue 127

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

Shades of French Rose #FA4F7F

Tints of French Rose #FA4F7F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.32%

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

R = 54.82%
G = 17.32%
B = 27.85%

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

#FA4F7F (or 0xFA4F7F) is known color: French Rose. HEX triplet: FA, 4F and 7F. RGB value is (250,79,127). Sum of RGB (Red+Green+Blue) = 250+79+127=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4F7F is #05B080. Grayscale: #878787. Windows color (decimal): -372865 or 8343546. OLE color: 8343546.

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

Color convert

RGB 250 79 127 -
CMYK 0 0.68 0.49 0.02
HSL 343.16º 0.94% 0.65% -
HSV(B) 343.16º 0.68% 0.98% -
XYZ 46.05 27.45 22.95 -
YUV 135.6 123.15 209.6 -
System Red Green Blue C M Y K H S L
Decimal 250 79 127 0 0.68 0.49 0.02 343.16 0.94 0.65
Hex FA 4F 7F 0 44 31 2 157 5E 41
Octal 372 117 177 0 104 61 2 527 136 101
Binary 11111010 1001111 1111111 0 1000100 110001 10 101010111 1011110 1000001

Color Harmonies of #FA4F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4F7F

Black with #FA4F7F

Text Example


Text Example

White with #FA4F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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