Html Css Color HEX #FA25D0 Razzle Dazzle Rose

📋 copy color: '#FA25D0'

red 250 ◦ green 37 ◦ blue 208

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

Shades of Razzle Dazzle Rose #FA25D0

Tints of Razzle Dazzle Rose #FA25D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.02%

R = 50.51%
G = 7.47%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA25D0 (or 0xFA25D0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 25 and D0. RGB value is (250,37,208). Sum of RGB (Red+Green+Blue) = 250+37+208=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 37 (14.84% from 255 or 7.47% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA25D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA25D0 is #05DA2F. Grayscale: #777777. Windows color (decimal): -383536 or 13641210. OLE color: 13641210.

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

Color convert

RGB 250 37 208 -
CMYK 0 0.85 0.17 0.02
HSL 311.83º 0.96% 0.56% -
HSV(B) 311.83º 0.85% 0.98% -
XYZ 51.47 26.2 62.02 -
YUV 120.18 177.57 220.6 -
System Red Green Blue C M Y K H S L
Decimal 250 37 208 0 0.85 0.17 0.02 311.83 0.96 0.56
Hex FA 25 D0 0 55 11 2 138 60 38
Octal 372 45 320 0 125 21 2 470 140 70
Binary 11111010 100101 11010000 0 1010101 10001 10 100111000 1100000 111000

Color Harmonies of #FA25D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA25D0

Black with #FA25D0

Text Example


Text Example

White with #FA25D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA25D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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