Html Css Color HEX #FA4D85 French Rose

📋 copy color: '#FA4D85'

red 250 ◦ green 77 ◦ blue 133

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

Shades of French Rose #FA4D85

Tints of French Rose #FA4D85

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.74%

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

R = 54.35%
G = 16.74%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA4D85 (or 0xFA4D85) is known color: French Rose. HEX triplet: FA, 4D and 85. RGB value is (250,77,133). Sum of RGB (Red+Green+Blue) = 250+77+133=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4D85 is #05B27A. Grayscale: #878787. Windows color (decimal): -373371 or 8736250. OLE color: 8736250.

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

Color convert

RGB 250 77 133 -
CMYK 0 0.69 0.47 0.02
HSL 340.58º 0.95% 0.64% -
HSV(B) 340.58º 0.69% 0.98% -
XYZ 46.31 27.33 25.02 -
YUV 135.11 126.81 209.95 -
System Red Green Blue C M Y K H S L
Decimal 250 77 133 0 0.69 0.47 0.02 340.58 0.95 0.64
Hex FA 4D 85 0 45 2F 2 155 5F 40
Octal 372 115 205 0 105 57 2 525 137 100
Binary 11111010 1001101 10000101 0 1000101 101111 10 101010101 1011111 1000000

Color Harmonies of #FA4D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4D85

Black with #FA4D85

Text Example


Text Example

White with #FA4D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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