Html Css Color HEX #FA4ABB Razzle Dazzle Rose

📋 copy color: '#FA4ABB'

red 250 ◦ green 74 ◦ blue 187

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

Shades of Razzle Dazzle Rose #FA4ABB

Tints of Razzle Dazzle Rose #FA4ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.48%

 BLUE value IS 187 (73.44% from 255) = 36.59%

R = 48.92%
G = 14.48%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA4ABB (or 0xFA4ABB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4A and BB. RGB value is (250,74,187). Sum of RGB (Red+Green+Blue) = 250+74+187=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 74 (29.30% from 255 or 14.48% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4ABB is #05B544. Grayscale: #8B8B8B. Windows color (decimal): -374085 or 12274426. OLE color: 12274426.

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

Color convert

RGB 250 74 187 -
CMYK 0 0.70 0.25 0.02
HSL 321.48º 0.95% 0.64% -
HSV(B) 321.48º 0.7% 0.98% -
XYZ 50.84 28.81 49.89 -
YUV 139.51 154.81 206.81 -
System Red Green Blue C M Y K H S L
Decimal 250 74 187 0 0.70 0.25 0.02 321.48 0.95 0.64
Hex FA 4A BB 0 46 19 2 141 5F 40
Octal 372 112 273 0 106 31 2 501 137 100
Binary 11111010 1001010 10111011 0 1000110 11001 10 101000001 1011111 1000000

Color Harmonies of #FA4ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4ABB

Black with #FA4ABB

Text Example


Text Example

White with #FA4ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4ABB; }

 p { color: rgb(250,74,187); }

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

background-color css

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

 a { background-color: rgb(250,74,187); }

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

border-color css

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

 span { border-color: rgb(250,74,187); }

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