Html Css Color HEX #FA25DF Razzle Dazzle Rose

📋 copy color: '#FA25DF'

red 250 ◦ green 37 ◦ blue 223

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

Shades of Razzle Dazzle Rose #FA25DF

Tints of Razzle Dazzle Rose #FA25DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 49.02%
G = 7.25%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA25DF (or 0xFA25DF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 25 and DF. RGB value is (250,37,223). Sum of RGB (Red+Green+Blue) = 250+37+223=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 37 (14.84% from 255 or 7.25% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA25DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA25DF is #05DA20. Grayscale: #797979. Windows color (decimal): -383521 or 14624250. OLE color: 14624250.

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

Color convert

RGB 250 37 223 -
CMYK 0 0.85 0.11 0.02
HSL 307.61º 0.96% 0.56% -
HSV(B) 307.61º 0.85% 0.98% -
XYZ 53.41 26.97 72.2 -
YUV 121.89 185.07 219.38 -
System Red Green Blue C M Y K H S L
Decimal 250 37 223 0 0.85 0.11 0.02 307.61 0.96 0.56
Hex FA 25 DF 0 55 B 2 134 60 38
Octal 372 45 337 0 125 13 2 464 140 70
Binary 11111010 100101 11011111 0 1010101 1011 10 100110100 1100000 111000

Color Harmonies of #FA25DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA25DF

Black with #FA25DF

Text Example


Text Example

White with #FA25DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA25DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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