Html Css Color HEX #FA23D2 Razzle Dazzle Rose

📋 copy color: '#FA23D2'

red 250 ◦ green 35 ◦ blue 210

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

Shades of Razzle Dazzle Rose #FA23D2

Tints of Razzle Dazzle Rose #FA23D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.42%

R = 50.51%
G = 7.07%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA23D2 (or 0xFA23D2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 23 and D2. RGB value is (250,35,210). Sum of RGB (Red+Green+Blue) = 250+35+210=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 35 (14.06% from 255 or 7.07% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA23D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA23D2 is #05DC2D. Grayscale: #767676. Windows color (decimal): -384046 or 13771770. OLE color: 13771770.

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

Color convert

RGB 250 35 210 -
CMYK 0 0.86 0.16 0.02
HSL 311.16º 0.96% 0.56% -
HSV(B) 311.16º 0.86% 0.98% -
XYZ 51.66 26.18 63.3 -
YUV 119.24 179.23 221.27 -
System Red Green Blue C M Y K H S L
Decimal 250 35 210 0 0.86 0.16 0.02 311.16 0.96 0.56
Hex FA 23 D2 0 56 10 2 137 60 38
Octal 372 43 322 0 126 20 2 467 140 70
Binary 11111010 100011 11010010 0 1010110 10000 10 100110111 1100000 111000

Color Harmonies of #FA23D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA23D2

Black with #FA23D2

Text Example


Text Example

White with #FA23D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA23D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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