Html Css Color HEX #FA25DB Razzle Dazzle Rose

📋 copy color: '#FA25DB'

red 250 ◦ green 37 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FA25DB

Tints of Razzle Dazzle Rose #FA25DB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.31%

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

R = 49.41%
G = 7.31%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA25DB (or 0xFA25DB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 25 and DB. RGB value is (250,37,219). Sum of RGB (Red+Green+Blue) = 250+37+219=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 37 (14.84% from 255 or 7.31% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA25DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA25DB is #05DA24. Grayscale: #787878. Windows color (decimal): -383525 or 14362106. OLE color: 14362106.

HSL color Cylindrical-coordinate representation of color #FA25DB: hue angle of 308.73º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA25DB is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 37 219 -
CMYK 0 0.85 0.12 0.02
HSL 308.73º 0.96% 0.56% -
HSV(B) 308.73º 0.85% 0.98% -
XYZ 52.87 26.76 69.4 -
YUV 121.44 183.07 219.7 -
System Red Green Blue C M Y K H S L
Decimal 250 37 219 0 0.85 0.12 0.02 308.73 0.96 0.56
Hex FA 25 DB 0 55 C 2 135 60 38
Octal 372 45 333 0 125 14 2 465 140 70
Binary 11111010 100101 11011011 0 1010101 1100 10 100110101 1100000 111000

Color Harmonies of #FA25DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA25DB

Black with #FA25DB

Text Example


Text Example

White with #FA25DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA25DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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