Html Css Color HEX #F133D1 Razzle Dazzle Rose

📋 copy color: '#F133D1'

red 241 ◦ green 51 ◦ blue 209

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

Shades of Razzle Dazzle Rose #F133D1

Tints of Razzle Dazzle Rose #F133D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.72%

R = 48.1%
G = 10.18%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F133D1 (or 0xF133D1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 33 and D1. RGB value is (241,51,209). Sum of RGB (Red+Green+Blue) = 241+51+209=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 51 (20.31% from 255 or 10.18% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F133D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F133D1 is #0ECC2E. Grayscale: #7D7D7D. Windows color (decimal): -969775 or 13710321. OLE color: 13710321.

HSL color Cylindrical-coordinate representation of color #F133D1: hue angle of 310.11º 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 #F133D1 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 51 209 -
CMYK 0 0.79 0.13 0.05
HSL 310.11º 0.87% 0.57% -
HSV(B) 310.11º 0.79% 0.95% -
XYZ 48.97 25.67 62.7 -
YUV 125.82 174.95 210.15 -
System Red Green Blue C M Y K H S L
Decimal 241 51 209 0 0.79 0.13 0.05 310.11 0.87 0.57
Hex F1 33 D1 0 4F D 5 136 57 39
Octal 361 63 321 0 117 15 5 466 127 71
Binary 11110001 110011 11010001 0 1001111 1101 101 100110110 1010111 111001

Color Harmonies of #F133D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F133D1

Black with #F133D1

Text Example


Text Example

White with #F133D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F133D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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