Html Css Color HEX #FA25DC Razzle Dazzle Rose

📋 copy color: '#FA25DC'

red 250 ◦ green 37 ◦ blue 220

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

Shades of Razzle Dazzle Rose #FA25DC

Tints of Razzle Dazzle Rose #FA25DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.39%

R = 49.31%
G = 7.3%
B = 43.39%

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

#FA25DC (or 0xFA25DC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 25 and DC. RGB value is (250,37,220). Sum of RGB (Red+Green+Blue) = 250+37+220=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 37 (14.84% from 255 or 7.30% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA25DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA25DC is #05DA23. Grayscale: #797979. Windows color (decimal): -383524 or 14427642. OLE color: 14427642.

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

Color convert

RGB 250 37 220 -
CMYK 0 0.85 0.12 0.02
HSL 308.45º 0.96% 0.56% -
HSV(B) 308.45º 0.85% 0.98% -
XYZ 53 26.81 70.09 -
YUV 121.55 183.57 219.62 -
System Red Green Blue C M Y K H S L
Decimal 250 37 220 0 0.85 0.12 0.02 308.45 0.96 0.56
Hex FA 25 DC 0 55 C 2 134 60 38
Octal 372 45 334 0 125 14 2 464 140 70
Binary 11111010 100101 11011100 0 1010101 1100 10 100110100 1100000 111000

Color Harmonies of #FA25DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA25DC

Black with #FA25DC

Text Example


Text Example

White with #FA25DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA25DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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