Html Css Color HEX #FA44A5 Brilliant Rose

📋 copy color: '#FA44A5'

red 250 ◦ green 68 ◦ blue 165

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

Shades of Brilliant Rose #FA44A5

Tints of Brilliant Rose #FA44A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.16%

R = 51.76%
G = 14.08%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FA44A5 (or 0xFA44A5) is known color: Brilliant Rose. HEX triplet: FA, 44 and A5. RGB value is (250,68,165). Sum of RGB (Red+Green+Blue) = 250+68+165=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA44A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA44A5 is #05BB5A. Grayscale: #858585. Windows color (decimal): -375643 or 10831098. OLE color: 10831098.

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

Color convert

RGB 250 68 165 -
CMYK 0 0.73 0.34 0.02
HSL 328.02º 0.95% 0.62% -
HSV(B) 328.02º 0.73% 0.98% -
XYZ 48.28 27.17 38.3 -
YUV 133.48 145.8 211.11 -
System Red Green Blue C M Y K H S L
Decimal 250 68 165 0 0.73 0.34 0.02 328.02 0.95 0.62
Hex FA 44 A5 0 49 22 2 148 5F 3E
Octal 372 104 245 0 111 42 2 510 137 76
Binary 11111010 1000100 10100101 0 1001001 100010 10 101001000 1011111 111110

Color Harmonies of #FA44A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA44A5

Black with #FA44A5

Text Example


Text Example

White with #FA44A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA44A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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