Html Css Color HEX #FA40DB Razzle Dazzle Rose

📋 copy color: '#FA40DB'

red 250 ◦ green 64 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FA40DB

Tints of Razzle Dazzle Rose #FA40DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.01%

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

R = 46.9%
G = 12.01%
B = 41.09%

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

#FA40DB (or 0xFA40DB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 40 and DB. RGB value is (250,64,219). Sum of RGB (Red+Green+Blue) = 250+64+219=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 64 (25.39% from 255 or 12.01% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA40DB is #05BF24. Grayscale: #888888. Windows color (decimal): -376613 or 14369018. OLE color: 14369018.

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

Color convert

RGB 250 64 219 -
CMYK 0 0.74 0.12 0.02
HSL 310º 0.95% 0.62% -
HSV(B) 310º 0.74% 0.98% -
XYZ 54.04 29.11 69.79 -
YUV 137.28 174.12 208.4 -
System Red Green Blue C M Y K H S L
Decimal 250 64 219 0 0.74 0.12 0.02 310 0.95 0.62
Hex FA 40 DB 0 4A C 2 136 5F 3E
Octal 372 100 333 0 112 14 2 466 137 76
Binary 11111010 1000000 11011011 0 1001010 1100 10 100110110 1011111 111110

Color Harmonies of #FA40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA40DB

Black with #FA40DB

Text Example


Text Example

White with #FA40DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA40DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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