Html Css Color HEX #FA4D9F Brilliant Rose

📋 copy color: '#FA4D9F'

red 250 ◦ green 77 ◦ blue 159

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

Shades of Brilliant Rose #FA4D9F

Tints of Brilliant Rose #FA4D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.72%

R = 51.44%
G = 15.84%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA4D9F (or 0xFA4D9F) is known color: Brilliant Rose. HEX triplet: FA, 4D and 9F. RGB value is (250,77,159). Sum of RGB (Red+Green+Blue) = 250+77+159=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4D9F is #05B260. Grayscale: #898989. Windows color (decimal): -373345 or 10440186. OLE color: 10440186.

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

Color convert

RGB 250 77 159 -
CMYK 0 0.69 0.36 0.02
HSL 331.56º 0.95% 0.64% -
HSV(B) 331.56º 0.69% 0.98% -
XYZ 48.34 28.13 35.68 -
YUV 138.08 139.81 207.83 -
System Red Green Blue C M Y K H S L
Decimal 250 77 159 0 0.69 0.36 0.02 331.56 0.95 0.64
Hex FA 4D 9F 0 45 24 2 14C 5F 40
Octal 372 115 237 0 105 44 2 514 137 100
Binary 11111010 1001101 10011111 0 1000101 100100 10 101001100 1011111 1000000

Color Harmonies of #FA4D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4D9F

Black with #FA4D9F

Text Example


Text Example

White with #FA4D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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