Html Css Color HEX #FA38D2 Razzle Dazzle Rose

📋 copy color: '#FA38D2'

red 250 ◦ green 56 ◦ blue 210

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

Shades of Razzle Dazzle Rose #FA38D2

Tints of Razzle Dazzle Rose #FA38D2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.85%

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

R = 48.45%
G = 10.85%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA38D2 (or 0xFA38D2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 38 and D2. RGB value is (250,56,210). Sum of RGB (Red+Green+Blue) = 250+56+210=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 56 (22.27% from 255 or 10.85% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA38D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA38D2 is #05C72D. Grayscale: #838383. Windows color (decimal): -378670 or 13777146. OLE color: 13777146.

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

Color convert

RGB 250 56 210 -
CMYK 0 0.78 0.16 0.02
HSL 312.37º 0.95% 0.6% -
HSV(B) 312.37º 0.78% 0.98% -
XYZ 52.47 27.81 63.57 -
YUV 131.56 172.27 212.48 -
System Red Green Blue C M Y K H S L
Decimal 250 56 210 0 0.78 0.16 0.02 312.37 0.95 0.6
Hex FA 38 D2 0 4E 10 2 138 5F 3C
Octal 372 70 322 0 116 20 2 470 137 74
Binary 11111010 111000 11010010 0 1001110 10000 10 100111000 1011111 111100

Color Harmonies of #FA38D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA38D2

Black with #FA38D2

Text Example


Text Example

White with #FA38D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA38D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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