Html Css Color HEX #FA40CA Razzle Dazzle Rose

📋 copy color: '#FA40CA'

red 250 ◦ green 64 ◦ blue 202

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

Shades of Razzle Dazzle Rose #FA40CA

Tints of Razzle Dazzle Rose #FA40CA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.4%

 BLUE value IS 202 (79.3% from 255) = 39.15%

R = 48.45%
G = 12.4%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA40CA (or 0xFA40CA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 40 and CA. RGB value is (250,64,202). Sum of RGB (Red+Green+Blue) = 250+64+202=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 64 (25.39% from 255 or 12.40% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA40CA is #05BF35. Grayscale: #868686. Windows color (decimal): -376630 or 13254906. OLE color: 13254906.

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

Color convert

RGB 250 64 202 -
CMYK 0 0.74 0.19 0.02
HSL 315.48º 0.95% 0.62% -
HSV(B) 315.48º 0.74% 0.98% -
XYZ 51.92 28.26 58.59 -
YUV 135.35 165.62 209.78 -
System Red Green Blue C M Y K H S L
Decimal 250 64 202 0 0.74 0.19 0.02 315.48 0.95 0.62
Hex FA 40 CA 0 4A 13 2 13B 5F 3E
Octal 372 100 312 0 112 23 2 473 137 76
Binary 11111010 1000000 11001010 0 1001010 10011 10 100111011 1011111 111110

Color Harmonies of #FA40CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA40CA

Black with #FA40CA

Text Example


Text Example

White with #FA40CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA40CA; }

 p { color: rgb(250,64,202); }

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

background-color css

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

 a { background-color: rgb(250,64,202); }

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

border-color css

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

 span { border-color: rgb(250,64,202); }

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