Html Css Color HEX #F139DD Razzle Dazzle Rose

📋 copy color: '#F139DD'

red 241 ◦ green 57 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F139DD

Tints of Razzle Dazzle Rose #F139DD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 10.98%

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

R = 46.44%
G = 10.98%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F139DD (or 0xF139DD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 39 and DD. RGB value is (241,57,221). Sum of RGB (Red+Green+Blue) = 241+57+221=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 57 (22.66% from 255 or 10.98% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F139DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F139DD is #0EC622. Grayscale: #828282. Windows color (decimal): -968227 or 14498289. OLE color: 14498289.

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

Color convert

RGB 241 57 221 -
CMYK 0 0.76 0.08 0.05
HSL 306.52º 0.87% 0.58% -
HSV(B) 306.52º 0.76% 0.95% -
XYZ 50.79 26.85 70.91 -
YUV 130.71 178.96 206.66 -
System Red Green Blue C M Y K H S L
Decimal 241 57 221 0 0.76 0.08 0.05 306.52 0.87 0.58
Hex F1 39 DD 0 4C 8 5 133 57 3A
Octal 361 71 335 0 114 10 5 463 127 72
Binary 11110001 111001 11011101 0 1001100 1000 101 100110011 1010111 111010

Color Harmonies of #F139DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F139DD

Black with #F139DD

Text Example


Text Example

White with #F139DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F139DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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