Html Css Color HEX #FA4A90 French Rose

📋 copy color: '#FA4A90'

red 250 ◦ green 74 ◦ blue 144

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

Shades of French Rose #FA4A90

Tints of French Rose #FA4A90

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.81%

 BLUE value IS 144 (56.64% from 255) = 30.77%

R = 53.42%
G = 15.81%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA4A90 (or 0xFA4A90) is known color: French Rose. HEX triplet: FA, 4A and 90. RGB value is (250,74,144). Sum of RGB (Red+Green+Blue) = 250+74+144=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4A90 is #05B56F. Grayscale: #868686. Windows color (decimal): -374128 or 9456378. OLE color: 9456378.

HSL color Cylindrical-coordinate representation of color #FA4A90: hue angle of 336.14º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4A90 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 74 144 -
CMYK 0 0.70 0.42 0.02
HSL 336.14º 0.95% 0.64% -
HSV(B) 336.14º 0.7% 0.98% -
XYZ 46.91 27.24 29.17 -
YUV 134.6 133.31 210.31 -
System Red Green Blue C M Y K H S L
Decimal 250 74 144 0 0.70 0.42 0.02 336.14 0.95 0.64
Hex FA 4A 90 0 46 2A 2 150 5F 40
Octal 372 112 220 0 106 52 2 520 137 100
Binary 11111010 1001010 10010000 0 1000110 101010 10 101010000 1011111 1000000

Color Harmonies of #FA4A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4A90

Black with #FA4A90

Text Example


Text Example

White with #FA4A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4A90; }

 p { color: rgb(250,74,144); }

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

background-color css

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

 a { background-color: rgb(250,74,144); }

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

border-color css

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

 span { border-color: rgb(250,74,144); }

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