Html Css Color HEX #FA42CC Razzle Dazzle Rose

📋 copy color: '#FA42CC'

red 250 ◦ green 66 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FA42CC

Tints of Razzle Dazzle Rose #FA42CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.69%

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

R = 48.08%
G = 12.69%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA42CC (or 0xFA42CC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 42 and CC. RGB value is (250,66,204). Sum of RGB (Red+Green+Blue) = 250+66+204=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA42CC is #05BD33. Grayscale: #888888. Windows color (decimal): -376116 or 13386490. OLE color: 13386490.

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

Color convert

RGB 250 66 204 -
CMYK 0 0.74 0.18 0.02
HSL 315º 0.95% 0.62% -
HSV(B) 315º 0.74% 0.98% -
XYZ 52.27 28.58 59.89 -
YUV 136.75 165.96 208.78 -
System Red Green Blue C M Y K H S L
Decimal 250 66 204 0 0.74 0.18 0.02 315 0.95 0.62
Hex FA 42 CC 0 4A 12 2 13B 5F 3E
Octal 372 102 314 0 112 22 2 473 137 76
Binary 11111010 1000010 11001100 0 1001010 10010 10 100111011 1011111 111110

Color Harmonies of #FA42CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA42CC

Black with #FA42CC

Text Example


Text Example

White with #FA42CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA42CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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