Html Css Color HEX #F137EE Razzle Dazzle Rose

📋 copy color: '#F137EE'

red 241 ◦ green 55 ◦ blue 238

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

Shades of Razzle Dazzle Rose #F137EE

Tints of Razzle Dazzle Rose #F137EE

RGB

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

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

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

R = 45.13%
G = 10.3%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F137EE (or 0xF137EE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 37 and EE. RGB value is (241,55,238). Sum of RGB (Red+Green+Blue) = 241+55+238=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 55 (21.88% from 255 or 10.30% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F137EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F137EE is #0EC811. Grayscale: #828282. Windows color (decimal): -968722 or 15611889. OLE color: 15611889.

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

Color convert

RGB 241 55 238 -
CMYK 0 0.77 0.01 0.05
HSL 300.97º 0.87% 0.58% -
HSV(B) 300.97º 0.77% 0.95% -
XYZ 53.07 27.61 83.42 -
YUV 131.48 188.12 206.12 -
System Red Green Blue C M Y K H S L
Decimal 241 55 238 0 0.77 0.01 0.05 300.97 0.87 0.58
Hex F1 37 EE 0 4D 1 5 12D 57 3A
Octal 361 67 356 0 115 1 5 455 127 72
Binary 11110001 110111 11101110 0 1001101 1 101 100101101 1010111 111010

Color Harmonies of #F137EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F137EE

Black with #F137EE

Text Example


Text Example

White with #F137EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F137EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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