Html Css Color HEX #F139E9 Razzle Dazzle Rose

📋 copy color: '#F139E9'

red 241 ◦ green 57 ◦ blue 233

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

Shades of Razzle Dazzle Rose #F139E9

Tints of Razzle Dazzle Rose #F139E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.88%

R = 45.39%
G = 10.73%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F139E9 (or 0xF139E9) is known color: Razzle Dazzle Rose. HEX triplet: F1, 39 and E9. RGB value is (241,57,233). Sum of RGB (Red+Green+Blue) = 241+57+233=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 57 (22.66% from 255 or 10.73% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F139E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F139E9 is #0EC616. Grayscale: #838383. Windows color (decimal): -968215 or 15284721. OLE color: 15284721.

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

Color convert

RGB 241 57 233 -
CMYK 0 0.76 0.03 0.05
HSL 302.61º 0.87% 0.58% -
HSV(B) 302.61º 0.76% 0.95% -
XYZ 52.45 27.51 79.64 -
YUV 132.08 184.96 205.69 -
System Red Green Blue C M Y K H S L
Decimal 241 57 233 0 0.76 0.03 0.05 302.61 0.87 0.58
Hex F1 39 E9 0 4C 3 5 12F 57 3A
Octal 361 71 351 0 114 3 5 457 127 72
Binary 11110001 111001 11101001 0 1001100 11 101 100101111 1010111 111010

Color Harmonies of #F139E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F139E9

Black with #F139E9

Text Example


Text Example

White with #F139E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F139E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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