Html Css Color HEX #F331ED Razzle Dazzle Rose

📋 copy color: '#F331ED'

red 243 ◦ green 49 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F331ED

Tints of Razzle Dazzle Rose #F331ED

RGB

 RED value IS 243 (95.31% from 255) = 45.94%

 GREEN value IS 49 (19.53% from 255) = 9.26%

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 45.94%
G = 9.26%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F331ED (or 0xF331ED) is known color: Razzle Dazzle Rose. HEX triplet: F3, 31 and ED. RGB value is (243,49,237). Sum of RGB (Red+Green+Blue) = 243+49+237=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 49 (19.53% from 255 or 9.26% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F331ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F331ED is #0CCE12. Grayscale: #7F7F7F. Windows color (decimal): -839187 or 15544819. OLE color: 15544819.

HSL color Cylindrical-coordinate representation of color #F331ED: hue angle of 301.86º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F331ED is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 49 237 -
CMYK 0 0.80 0.02 0.05
HSL 301.86º 0.89% 0.57% -
HSV(B) 301.86º 0.8% 0.95% -
XYZ 53.35 27.37 82.59 -
YUV 128.44 189.27 209.71 -
System Red Green Blue C M Y K H S L
Decimal 243 49 237 0 0.80 0.02 0.05 301.86 0.89 0.57
Hex F3 31 ED 0 50 2 5 12E 59 39
Octal 363 61 355 0 120 2 5 456 131 71
Binary 11110011 110001 11101101 0 1010000 10 101 100101110 1011001 111001

Color Harmonies of #F331ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F331ED

Black with #F331ED

Text Example


Text Example

White with #F331ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F331ED; }

 p { color: rgb(243,49,237); }

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

background-color css

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

 a { background-color: rgb(243,49,237); }

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

border-color css

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

 span { border-color: rgb(243,49,237); }

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