Html Css Color HEX #FA4F93 French Rose

📋 copy color: '#FA4F93'

red 250 ◦ green 79 ◦ blue 147

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

Shades of French Rose #FA4F93

Tints of French Rose #FA4F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.88%

R = 52.52%
G = 16.6%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA4F93 (or 0xFA4F93) is known color: French Rose. HEX triplet: FA, 4F and 93. RGB value is (250,79,147). Sum of RGB (Red+Green+Blue) = 250+79+147=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4F93 is #05B06C. Grayscale: #898989. Windows color (decimal): -372845 or 9654266. OLE color: 9654266.

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

Color convert

RGB 250 79 147 -
CMYK 0 0.68 0.41 0.02
HSL 336.14º 0.94% 0.65% -
HSV(B) 336.14º 0.68% 0.98% -
XYZ 47.49 28.02 30.51 -
YUV 137.88 133.15 207.97 -
System Red Green Blue C M Y K H S L
Decimal 250 79 147 0 0.68 0.41 0.02 336.14 0.94 0.65
Hex FA 4F 93 0 44 29 2 150 5E 41
Octal 372 117 223 0 104 51 2 520 136 101
Binary 11111010 1001111 10010011 0 1000100 101001 10 101010000 1011110 1000001

Color Harmonies of #FA4F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4F93

Black with #FA4F93

Text Example


Text Example

White with #FA4F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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