Html Css Color HEX #F136DD Razzle Dazzle Rose

📋 copy color: '#F136DD'

red 241 ◦ green 54 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F136DD

Tints of Razzle Dazzle Rose #F136DD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.47%

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 46.71%
G = 10.47%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F136DD (or 0xF136DD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and DD. RGB value is (241,54,221). Sum of RGB (Red+Green+Blue) = 241+54+221=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 54 (21.48% from 255 or 10.47% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F136DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136DD is #0EC922. Grayscale: #808080. Windows color (decimal): -968995 or 14497521. OLE color: 14497521.

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

Color convert

RGB 241 54 221 -
CMYK 0 0.78 0.08 0.05
HSL 306.42º 0.87% 0.58% -
HSV(B) 306.42º 0.78% 0.95% -
XYZ 50.65 26.56 70.86 -
YUV 128.95 179.95 207.92 -
System Red Green Blue C M Y K H S L
Decimal 241 54 221 0 0.78 0.08 0.05 306.42 0.87 0.58
Hex F1 36 DD 0 4E 8 5 132 57 3A
Octal 361 66 335 0 116 10 5 462 127 72
Binary 11110001 110110 11011101 0 1001110 1000 101 100110010 1010111 111010

Color Harmonies of #F136DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136DD

Black with #F136DD

Text Example


Text Example

White with #F136DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136DD; }

 p { color: rgb(241,54,221); }

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

background-color css

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

 a { background-color: rgb(241,54,221); }

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

border-color css

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

 span { border-color: rgb(241,54,221); }

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