Html Css Color HEX #FA4BDA Razzle Dazzle Rose

📋 copy color: '#FA4BDA'

red 250 ◦ green 75 ◦ blue 218

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

Shades of Razzle Dazzle Rose #FA4BDA

Tints of Razzle Dazzle Rose #FA4BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 46.04%
G = 13.81%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA4BDA (or 0xFA4BDA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4B and DA. RGB value is (250,75,218). Sum of RGB (Red+Green+Blue) = 250+75+218=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 75 (29.69% from 255 or 13.81% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4BDA is #05B425. Grayscale: #8F8F8F. Windows color (decimal): -373798 or 14306298. OLE color: 14306298.

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

Color convert

RGB 250 75 218 -
CMYK 0 0.7 0.13 0.02
HSL 310.97º 0.95% 0.64% -
HSV(B) 310.97º 0.7% 0.98% -
XYZ 54.6 30.42 69.32 -
YUV 143.63 169.98 203.87 -
System Red Green Blue C M Y K H S L
Decimal 250 75 218 0 0.7 0.13 0.02 310.97 0.95 0.64
Hex FA 4B DA 0 46 D 2 137 5F 40
Octal 372 113 332 0 106 15 2 467 137 100
Binary 11111010 1001011 11011010 0 1000110 1101 10 100110111 1011111 1000000

Color Harmonies of #FA4BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4BDA

Black with #FA4BDA

Text Example


Text Example

White with #FA4BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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