Html Css Color HEX #FA23CA Razzle Dazzle Rose

📋 copy color: '#FA23CA'

red 250 ◦ green 35 ◦ blue 202

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

Shades of Razzle Dazzle Rose #FA23CA

Tints of Razzle Dazzle Rose #FA23CA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.19%

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

R = 51.33%
G = 7.19%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA23CA (or 0xFA23CA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 23 and CA. RGB value is (250,35,202). Sum of RGB (Red+Green+Blue) = 250+35+202=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 35 (14.06% from 255 or 7.19% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA23CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA23CA is #05DC35. Grayscale: #757575. Windows color (decimal): -384054 or 13247482. OLE color: 13247482.

HSL color Cylindrical-coordinate representation of color #FA23CA: hue angle of 313.4º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA23CA is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 35 202 -
CMYK 0 0.86 0.19 0.02
HSL 313.4º 0.96% 0.56% -
HSV(B) 313.4º 0.86% 0.98% -
XYZ 50.69 25.79 58.18 -
YUV 118.32 175.23 221.92 -
System Red Green Blue C M Y K H S L
Decimal 250 35 202 0 0.86 0.19 0.02 313.4 0.96 0.56
Hex FA 23 CA 0 56 13 2 139 60 38
Octal 372 43 312 0 126 23 2 471 140 70
Binary 11111010 100011 11001010 0 1010110 10011 10 100111001 1100000 111000

Color Harmonies of #FA23CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA23CA

Black with #FA23CA

Text Example


Text Example

White with #FA23CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA23CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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