Html Css Color HEX #FA33CC Razzle Dazzle Rose

📋 copy color: '#FA33CC'

red 250 ◦ green 51 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FA33CC

Tints of Razzle Dazzle Rose #FA33CC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.1%

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

R = 49.5%
G = 10.1%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA33CC (or 0xFA33CC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 33 and CC. RGB value is (250,51,204). Sum of RGB (Red+Green+Blue) = 250+51+204=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 51 (20.31% from 255 or 10.10% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA33CC is #05CC33. Grayscale: #7F7F7F. Windows color (decimal): -379956 or 13382650. OLE color: 13382650.

HSL color Cylindrical-coordinate representation of color #FA33CC: hue angle of 313.87º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA33CC is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 51 204 -
CMYK 0 0.80 0.18 0.02
HSL 313.87º 0.95% 0.59% -
HSV(B) 313.87º 0.8% 0.98% -
XYZ 51.51 27.05 59.63 -
YUV 127.94 170.93 215.06 -
System Red Green Blue C M Y K H S L
Decimal 250 51 204 0 0.80 0.18 0.02 313.87 0.95 0.59
Hex FA 33 CC 0 50 12 2 13A 5F 3B
Octal 372 63 314 0 120 22 2 472 137 73
Binary 11111010 110011 11001100 0 1010000 10010 10 100111010 1011111 111011

Color Harmonies of #FA33CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA33CC

Black with #FA33CC

Text Example


Text Example

White with #FA33CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA33CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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