Html Css Color HEX #FA4B80 French Rose

📋 copy color: '#FA4B80'

red 250 ◦ green 75 ◦ blue 128

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

Shades of French Rose #FA4B80

Tints of French Rose #FA4B80

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.56%

 BLUE value IS 128 (50.39% from 255) = 28.26%

R = 55.19%
G = 16.56%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA4B80 (or 0xFA4B80) is known color: French Rose. HEX triplet: FA, 4B and 80. RGB value is (250,75,128). Sum of RGB (Red+Green+Blue) = 250+75+128=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4B80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4B80 is #05B47F. Grayscale: #858585. Windows color (decimal): -373888 or 8408058. OLE color: 8408058.

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

Color convert

RGB 250 75 128 -
CMYK 0 0.7 0.49 0.02
HSL 341.83º 0.95% 0.64% -
HSV(B) 341.83º 0.7% 0.98% -
XYZ 45.84 26.91 23.2 -
YUV 133.37 124.98 211.19 -
System Red Green Blue C M Y K H S L
Decimal 250 75 128 0 0.7 0.49 0.02 341.83 0.95 0.64
Hex FA 4B 80 0 46 31 2 156 5F 40
Octal 372 113 200 0 106 61 2 526 137 100
Binary 11111010 1001011 10000000 0 1000110 110001 10 101010110 1011111 1000000

Color Harmonies of #FA4B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4B80

Black with #FA4B80

Text Example


Text Example

White with #FA4B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4B80; }

 p { color: rgb(250,75,128); }

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

background-color css

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

 a { background-color: rgb(250,75,128); }

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

border-color css

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

 span { border-color: rgb(250,75,128); }

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