Html Css Color HEX #F133D0 Razzle Dazzle Rose

📋 copy color: '#F133D0'

red 241 ◦ green 51 ◦ blue 208

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

Shades of Razzle Dazzle Rose #F133D0

Tints of Razzle Dazzle Rose #F133D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.6%

R = 48.2%
G = 10.2%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F133D0 (or 0xF133D0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 33 and D0. RGB value is (241,51,208). Sum of RGB (Red+Green+Blue) = 241+51+208=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 51 (20.31% from 255 or 10.2% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F133D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F133D0 is #0ECC2F. Grayscale: #7D7D7D. Windows color (decimal): -969776 or 13644785. OLE color: 13644785.

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

Color convert

RGB 241 51 208 -
CMYK 0 0.79 0.14 0.05
HSL 310.42º 0.87% 0.57% -
HSV(B) 310.42º 0.79% 0.95% -
XYZ 48.84 25.62 62.05 -
YUV 125.71 174.45 210.23 -
System Red Green Blue C M Y K H S L
Decimal 241 51 208 0 0.79 0.14 0.05 310.42 0.87 0.57
Hex F1 33 D0 0 4F E 5 136 57 39
Octal 361 63 320 0 117 16 5 466 127 71
Binary 11110001 110011 11010000 0 1001111 1110 101 100110110 1010111 111001

Color Harmonies of #F133D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F133D0

Black with #F133D0

Text Example


Text Example

White with #F133D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F133D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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