Html Css Color HEX #FA41DB Razzle Dazzle Rose

📋 copy color: '#FA41DB'

red 250 ◦ green 65 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FA41DB

Tints of Razzle Dazzle Rose #FA41DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 46.82%
G = 12.17%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA41DB (or 0xFA41DB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 41 and DB. RGB value is (250,65,219). Sum of RGB (Red+Green+Blue) = 250+65+219=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 65 (25.78% from 255 or 12.17% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FA41DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA41DB is #05BE24. Grayscale: #898989. Windows color (decimal): -376357 or 14369274. OLE color: 14369274.

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

Color convert

RGB 250 65 219 -
CMYK 0 0.74 0.12 0.02
HSL 310.05º 0.95% 0.62% -
HSV(B) 310.05º 0.74% 0.98% -
XYZ 54.1 29.22 69.81 -
YUV 137.87 173.79 207.98 -
System Red Green Blue C M Y K H S L
Decimal 250 65 219 0 0.74 0.12 0.02 310.05 0.95 0.62
Hex FA 41 DB 0 4A C 2 136 5F 3E
Octal 372 101 333 0 112 14 2 466 137 76
Binary 11111010 1000001 11011011 0 1001010 1100 10 100110110 1011111 111110

Color Harmonies of #FA41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA41DB

Black with #FA41DB

Text Example


Text Example

White with #FA41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA41DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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