Html Css Color HEX #FA41AB Brilliant Rose

📋 copy color: '#FA41AB'

red 250 ◦ green 65 ◦ blue 171

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

Shades of Brilliant Rose #FA41AB

Tints of Brilliant Rose #FA41AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.37%

 BLUE value IS 171 (67.19% from 255) = 35.19%

R = 51.44%
G = 13.37%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA41AB (or 0xFA41AB) is known color: Brilliant Rose. HEX triplet: FA, 41 and AB. RGB value is (250,65,171). Sum of RGB (Red+Green+Blue) = 250+65+171=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 65 (25.78% from 255 or 13.37% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA41AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA41AB is #05BE54. Grayscale: #848484. Windows color (decimal): -376405 or 11223546. OLE color: 11223546.

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

Color convert

RGB 250 65 171 -
CMYK 0 0.74 0.32 0.02
HSL 325.62º 0.95% 0.62% -
HSV(B) 325.62º 0.74% 0.98% -
XYZ 48.67 27.04 41.18 -
YUV 132.4 149.79 211.88 -
System Red Green Blue C M Y K H S L
Decimal 250 65 171 0 0.74 0.32 0.02 325.62 0.95 0.62
Hex FA 41 AB 0 4A 20 2 146 5F 3E
Octal 372 101 253 0 112 40 2 506 137 76
Binary 11111010 1000001 10101011 0 1001010 100000 10 101000110 1011111 111110

Color Harmonies of #FA41AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA41AB

Black with #FA41AB

Text Example


Text Example

White with #FA41AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA41AB; }

 p { color: rgb(250,65,171); }

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

background-color css

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

 a { background-color: rgb(250,65,171); }

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

border-color css

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

 span { border-color: rgb(250,65,171); }

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