Html Css Color HEX #FA4883 French Rose

📋 copy color: '#FA4883'

red 250 ◦ green 72 ◦ blue 131

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

Shades of French Rose #FA4883

Tints of French Rose #FA4883

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.89%

 BLUE value IS 131 (51.56% from 255) = 28.92%

R = 55.19%
G = 15.89%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA4883 (or 0xFA4883) is known color: French Rose. HEX triplet: FA, 48 and 83. RGB value is (250,72,131). Sum of RGB (Red+Green+Blue) = 250+72+131=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4883 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4883 is #05B77C. Grayscale: #838383. Windows color (decimal): -374653 or 8603898. OLE color: 8603898.

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

Color convert

RGB 250 72 131 -
CMYK 0 0.71 0.48 0.02
HSL 340.11º 0.95% 0.63% -
HSV(B) 340.11º 0.71% 0.98% -
XYZ 45.84 26.6 24.19 -
YUV 131.95 127.47 212.2 -
System Red Green Blue C M Y K H S L
Decimal 250 72 131 0 0.71 0.48 0.02 340.11 0.95 0.63
Hex FA 48 83 0 47 30 2 154 5F 3F
Octal 372 110 203 0 107 60 2 524 137 77
Binary 11111010 1001000 10000011 0 1000111 110000 10 101010100 1011111 111111

Color Harmonies of #FA4883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4883

Black with #FA4883

Text Example


Text Example

White with #FA4883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4883; }

 p { color: rgb(250,72,131); }

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

background-color css

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

 a { background-color: rgb(250,72,131); }

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

border-color css

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

 span { border-color: rgb(250,72,131); }

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