Html Css Color HEX #F139EE Razzle Dazzle Rose

📋 copy color: '#F139EE'

red 241 ◦ green 57 ◦ blue 238

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

Shades of Razzle Dazzle Rose #F139EE

Tints of Razzle Dazzle Rose #F139EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.4%

R = 44.96%
G = 10.63%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F139EE (or 0xF139EE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 39 and EE. RGB value is (241,57,238). Sum of RGB (Red+Green+Blue) = 241+57+238=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 57 (22.66% from 255 or 10.63% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F139EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F139EE is #0EC611. Grayscale: #848484. Windows color (decimal): -968210 or 15612401. OLE color: 15612401.

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

Color convert

RGB 241 57 238 -
CMYK 0 0.76 0.01 0.05
HSL 300.98º 0.87% 0.58% -
HSV(B) 300.98º 0.76% 0.95% -
XYZ 53.17 27.8 83.45 -
YUV 132.65 187.46 205.28 -
System Red Green Blue C M Y K H S L
Decimal 241 57 238 0 0.76 0.01 0.05 300.98 0.87 0.58
Hex F1 39 EE 0 4C 1 5 12D 57 3A
Octal 361 71 356 0 114 1 5 455 127 72
Binary 11110001 111001 11101110 0 1001100 1 101 100101101 1010111 111010

Color Harmonies of #F139EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F139EE

Black with #F139EE

Text Example


Text Example

White with #F139EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F139EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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