Html Css Color HEX #F133ED Razzle Dazzle Rose

📋 copy color: '#F133ED'

red 241 ◦ green 51 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F133ED

Tints of Razzle Dazzle Rose #F133ED

RGB

 RED value IS 241 (94.53% from 255) = 45.56%

 GREEN value IS 51 (20.31% from 255) = 9.64%

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

R = 45.56%
G = 9.64%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F133ED (or 0xF133ED) is known color: Razzle Dazzle Rose. HEX triplet: F1, 33 and ED. RGB value is (241,51,237). Sum of RGB (Red+Green+Blue) = 241+51+237=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 51 (20.31% from 255 or 9.64% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F133ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F133ED is #0ECC12. Grayscale: #808080. Windows color (decimal): -969747 or 15545329. OLE color: 15545329.

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

Color convert

RGB 241 51 237 -
CMYK 0 0.79 0.02 0.05
HSL 301.26º 0.87% 0.57% -
HSV(B) 301.26º 0.79% 0.95% -
XYZ 52.75 27.18 82.59 -
YUV 129.01 188.95 207.88 -
System Red Green Blue C M Y K H S L
Decimal 241 51 237 0 0.79 0.02 0.05 301.26 0.87 0.57
Hex F1 33 ED 0 4F 2 5 12D 57 39
Octal 361 63 355 0 117 2 5 455 127 71
Binary 11110001 110011 11101101 0 1001111 10 101 100101101 1010111 111001

Color Harmonies of #F133ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F133ED

Black with #F133ED

Text Example


Text Example

White with #F133ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F133ED; }

 p { color: rgb(241,51,237); }

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

background-color css

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

 a { background-color: rgb(241,51,237); }

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

border-color css

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

 span { border-color: rgb(241,51,237); }

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