Html Css Color HEX #FA4A85 French Rose

📋 copy color: '#FA4A85'

red 250 ◦ green 74 ◦ blue 133

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

Shades of French Rose #FA4A85

Tints of French Rose #FA4A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.1%

R = 54.7%
G = 16.19%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA4A85 (or 0xFA4A85) is known color: French Rose. HEX triplet: FA, 4A and 85. RGB value is (250,74,133). Sum of RGB (Red+Green+Blue) = 250+74+133=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4A85 is #05B57A. Grayscale: #858585. Windows color (decimal): -374139 or 8735482. OLE color: 8735482.

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

Color convert

RGB 250 74 133 -
CMYK 0 0.70 0.47 0.02
HSL 339.89º 0.95% 0.64% -
HSV(B) 339.89º 0.7% 0.98% -
XYZ 46.11 26.92 24.96 -
YUV 133.35 127.81 211.2 -
System Red Green Blue C M Y K H S L
Decimal 250 74 133 0 0.70 0.47 0.02 339.89 0.95 0.64
Hex FA 4A 85 0 46 2F 2 154 5F 40
Octal 372 112 205 0 106 57 2 524 137 100
Binary 11111010 1001010 10000101 0 1000110 101111 10 101010100 1011111 1000000

Color Harmonies of #FA4A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4A85

Black with #FA4A85

Text Example


Text Example

White with #FA4A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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