Html Css Color HEX #FA4BAB Brilliant Rose

📋 copy color: '#FA4BAB'

red 250 ◦ green 75 ◦ blue 171

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

Shades of Brilliant Rose #FA4BAB

Tints of Brilliant Rose #FA4BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.12%

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

R = 50.4%
G = 15.12%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA4BAB (or 0xFA4BAB) is known color: Brilliant Rose. HEX triplet: FA, 4B and AB. RGB value is (250,75,171). Sum of RGB (Red+Green+Blue) = 250+75+171=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4BAB is #05B454. Grayscale: #8A8A8A. Windows color (decimal): -373845 or 11226106. OLE color: 11226106.

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

Color convert

RGB 250 75 171 -
CMYK 0 0.7 0.32 0.02
HSL 327.09º 0.95% 0.64% -
HSV(B) 327.09º 0.7% 0.98% -
XYZ 49.29 28.3 41.39 -
YUV 138.27 146.48 207.69 -
System Red Green Blue C M Y K H S L
Decimal 250 75 171 0 0.7 0.32 0.02 327.09 0.95 0.64
Hex FA 4B AB 0 46 20 2 147 5F 40
Octal 372 113 253 0 106 40 2 507 137 100
Binary 11111010 1001011 10101011 0 1000110 100000 10 101000111 1011111 1000000

Color Harmonies of #FA4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4BAB

Black with #FA4BAB

Text Example


Text Example

White with #FA4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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