Html Css Color HEX #F139DC Razzle Dazzle Rose

📋 copy color: '#F139DC'

red 241 ◦ green 57 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F139DC

Tints of Razzle Dazzle Rose #F139DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 46.53%
G = 11%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F139DC (or 0xF139DC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 39 and DC. RGB value is (241,57,220). Sum of RGB (Red+Green+Blue) = 241+57+220=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 57 (22.66% from 255 or 11.00% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F139DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F139DC is #0EC623. Grayscale: #828282. Windows color (decimal): -968228 or 14432753. OLE color: 14432753.

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

Color convert

RGB 241 57 220 -
CMYK 0 0.76 0.09 0.05
HSL 306.85º 0.87% 0.58% -
HSV(B) 306.85º 0.76% 0.95% -
XYZ 50.66 26.79 70.21 -
YUV 130.6 178.46 206.75 -
System Red Green Blue C M Y K H S L
Decimal 241 57 220 0 0.76 0.09 0.05 306.85 0.87 0.58
Hex F1 39 DC 0 4C 9 5 133 57 3A
Octal 361 71 334 0 114 11 5 463 127 72
Binary 11110001 111001 11011100 0 1001100 1001 101 100110011 1010111 111010

Color Harmonies of #F139DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F139DC

Black with #F139DC

Text Example


Text Example

White with #F139DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F139DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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