Html Css Color HEX #F137DD Razzle Dazzle Rose

📋 copy color: '#F137DD'

red 241 ◦ green 55 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F137DD

Tints of Razzle Dazzle Rose #F137DD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.64%

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

R = 46.62%
G = 10.64%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F137DD (or 0xF137DD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 37 and DD. RGB value is (241,55,221). Sum of RGB (Red+Green+Blue) = 241+55+221=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 55 (21.88% from 255 or 10.64% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F137DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F137DD is #0EC822. Grayscale: #818181. Windows color (decimal): -968739 or 14497777. OLE color: 14497777.

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

Color convert

RGB 241 55 221 -
CMYK 0 0.77 0.08 0.05
HSL 306.45º 0.87% 0.58% -
HSV(B) 306.45º 0.77% 0.95% -
XYZ 50.69 26.65 70.88 -
YUV 129.54 179.62 207.5 -
System Red Green Blue C M Y K H S L
Decimal 241 55 221 0 0.77 0.08 0.05 306.45 0.87 0.58
Hex F1 37 DD 0 4D 8 5 132 57 3A
Octal 361 67 335 0 115 10 5 462 127 72
Binary 11110001 110111 11011101 0 1001101 1000 101 100110010 1010111 111010

Color Harmonies of #F137DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F137DD

Black with #F137DD

Text Example


Text Example

White with #F137DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F137DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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