Html Css Color HEX #FA2EDA Razzle Dazzle Rose

📋 copy color: '#FA2EDA'

red 250 ◦ green 46 ◦ blue 218

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

Shades of Razzle Dazzle Rose #FA2EDA

Tints of Razzle Dazzle Rose #FA2EDA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.95%

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 48.64%
G = 8.95%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA2EDA (or 0xFA2EDA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2E and DA. RGB value is (250,46,218). Sum of RGB (Red+Green+Blue) = 250+46+218=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 46 (18.36% from 255 or 8.95% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2EDA is #05D125. Grayscale: #7E7E7E. Windows color (decimal): -381222 or 14298874. OLE color: 14298874.

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

Color convert

RGB 250 46 218 -
CMYK 0 0.82 0.13 0.02
HSL 309.41º 0.95% 0.58% -
HSV(B) 309.41º 0.82% 0.98% -
XYZ 53.06 27.34 68.81 -
YUV 126.6 179.59 216.01 -
System Red Green Blue C M Y K H S L
Decimal 250 46 218 0 0.82 0.13 0.02 309.41 0.95 0.58
Hex FA 2E DA 0 52 D 2 135 5F 3A
Octal 372 56 332 0 122 15 2 465 137 72
Binary 11111010 101110 11011010 0 1010010 1101 10 100110101 1011111 111010

Color Harmonies of #FA2EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2EDA

Black with #FA2EDA

Text Example


Text Example

White with #FA2EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2EDA; }

 p { color: rgb(250,46,218); }

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

background-color css

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

 a { background-color: rgb(250,46,218); }

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

border-color css

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

 span { border-color: rgb(250,46,218); }

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