Html Css Color HEX #F138EC Razzle Dazzle Rose

📋 copy color: '#F138EC'

red 241 ◦ green 56 ◦ blue 236

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

Shades of Razzle Dazzle Rose #F138EC

Tints of Razzle Dazzle Rose #F138EC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.51%

 BLUE value IS 236 (92.58% from 255) = 44.28%

R = 45.22%
G = 10.51%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F138EC (or 0xF138EC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 38 and EC. RGB value is (241,56,236). Sum of RGB (Red+Green+Blue) = 241+56+236=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 56 (22.27% from 255 or 10.51% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F138EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F138EC is #0EC713. Grayscale: #838383. Windows color (decimal): -968468 or 15481073. OLE color: 15481073.

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

Color convert

RGB 241 56 236 -
CMYK 0 0.77 0.02 0.05
HSL 301.62º 0.87% 0.58% -
HSV(B) 301.62º 0.77% 0.95% -
XYZ 52.83 27.59 81.9 -
YUV 131.84 186.79 205.86 -
System Red Green Blue C M Y K H S L
Decimal 241 56 236 0 0.77 0.02 0.05 301.62 0.87 0.58
Hex F1 38 EC 0 4D 2 5 12E 57 3A
Octal 361 70 354 0 115 2 5 456 127 72
Binary 11110001 111000 11101100 0 1001101 10 101 100101110 1010111 111010

Color Harmonies of #F138EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F138EC

Black with #F138EC

Text Example


Text Example

White with #F138EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F138EC; }

 p { color: rgb(241,56,236); }

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

background-color css

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

 a { background-color: rgb(241,56,236); }

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

border-color css

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

 span { border-color: rgb(241,56,236); }

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