Html Css Color HEX #FA4D99 Brilliant Rose

📋 copy color: '#FA4D99'

red 250 ◦ green 77 ◦ blue 153

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

Shades of Brilliant Rose #FA4D99

Tints of Brilliant Rose #FA4D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.88%

R = 52.08%
G = 16.04%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA4D99 (or 0xFA4D99) is known color: Brilliant Rose. HEX triplet: FA, 4D and 99. RGB value is (250,77,153). Sum of RGB (Red+Green+Blue) = 250+77+153=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4D99 is #05B266. Grayscale: #898989. Windows color (decimal): -373351 or 10046970. OLE color: 10046970.

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

Color convert

RGB 250 77 153 -
CMYK 0 0.69 0.39 0.02
HSL 333.64º 0.95% 0.64% -
HSV(B) 333.64º 0.69% 0.98% -
XYZ 47.83 27.93 33.01 -
YUV 137.39 136.81 208.32 -
System Red Green Blue C M Y K H S L
Decimal 250 77 153 0 0.69 0.39 0.02 333.64 0.95 0.64
Hex FA 4D 99 0 45 27 2 14E 5F 40
Octal 372 115 231 0 105 47 2 516 137 100
Binary 11111010 1001101 10011001 0 1000101 100111 10 101001110 1011111 1000000

Color Harmonies of #FA4D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4D99

Black with #FA4D99

Text Example


Text Example

White with #FA4D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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