Html Css Color HEX #FA25CC Razzle Dazzle Rose

📋 copy color: '#FA25CC'

red 250 ◦ green 37 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FA25CC

Tints of Razzle Dazzle Rose #FA25CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 50.92%
G = 7.54%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA25CC (or 0xFA25CC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 25 and CC. RGB value is (250,37,204). Sum of RGB (Red+Green+Blue) = 250+37+204=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 37 (14.84% from 255 or 7.54% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA25CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA25CC is #05DA33. Grayscale: #777777. Windows color (decimal): -383540 or 13379066. OLE color: 13379066.

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

Color convert

RGB 250 37 204 -
CMYK 0 0.85 0.18 0.02
HSL 312.96º 0.96% 0.56% -
HSV(B) 312.96º 0.85% 0.98% -
XYZ 50.98 26.01 59.46 -
YUV 119.73 175.57 220.92 -
System Red Green Blue C M Y K H S L
Decimal 250 37 204 0 0.85 0.18 0.02 312.96 0.96 0.56
Hex FA 25 CC 0 55 12 2 139 60 38
Octal 372 45 314 0 125 22 2 471 140 70
Binary 11111010 100101 11001100 0 1010101 10010 10 100111001 1100000 111000

Color Harmonies of #FA25CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA25CC

Black with #FA25CC

Text Example


Text Example

White with #FA25CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA25CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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