Html Css Color HEX #FA44A1 Brilliant Rose

📋 copy color: '#FA44A1'

red 250 ◦ green 68 ◦ blue 161

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

Shades of Brilliant Rose #FA44A1

Tints of Brilliant Rose #FA44A1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.2%

 BLUE value IS 161 (63.28% from 255) = 33.61%

R = 52.19%
G = 14.2%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA44A1 (or 0xFA44A1) is known color: Brilliant Rose. HEX triplet: FA, 44 and A1. RGB value is (250,68,161). Sum of RGB (Red+Green+Blue) = 250+68+161=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA44A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA44A1 is #05BB5E. Grayscale: #848484. Windows color (decimal): -375647 or 10568954. OLE color: 10568954.

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

Color convert

RGB 250 68 161 -
CMYK 0 0.73 0.36 0.02
HSL 329.34º 0.95% 0.62% -
HSV(B) 329.34º 0.73% 0.98% -
XYZ 47.92 27.03 36.41 -
YUV 133.02 143.8 211.44 -
System Red Green Blue C M Y K H S L
Decimal 250 68 161 0 0.73 0.36 0.02 329.34 0.95 0.62
Hex FA 44 A1 0 49 24 2 149 5F 3E
Octal 372 104 241 0 111 44 2 511 137 76
Binary 11111010 1000100 10100001 0 1001001 100100 10 101001001 1011111 111110

Color Harmonies of #FA44A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA44A1

Black with #FA44A1

Text Example


Text Example

White with #FA44A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA44A1; }

 p { color: rgb(250,68,161); }

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

background-color css

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

 a { background-color: rgb(250,68,161); }

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

border-color css

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

 span { border-color: rgb(250,68,161); }

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