Html Css Color HEX #F14EC1 Razzle Dazzle Rose

📋 copy color: '#F14EC1'

red 241 ◦ green 78 ◦ blue 193

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

Shades of Razzle Dazzle Rose #F14EC1

Tints of Razzle Dazzle Rose #F14EC1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.23%

 BLUE value IS 193 (75.78% from 255) = 37.7%

R = 47.07%
G = 15.23%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F14EC1 (or 0xF14EC1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 4E and C1. RGB value is (241,78,193). Sum of RGB (Red+Green+Blue) = 241+78+193=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 78 (30.86% from 255 or 15.23% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F14EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14EC1 is #0EB13E. Grayscale: #8B8B8B. Windows color (decimal): -962879 or 12668657. OLE color: 12668657.

HSL color Cylindrical-coordinate representation of color #F14EC1: hue angle of 317.67º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14EC1 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 78 193 -
CMYK 0 0.68 0.20 0.05
HSL 317.67º 0.85% 0.63% -
HSV(B) 317.67º 0.68% 0.95% -
XYZ 48.63 28 53.29 -
YUV 139.85 158 200.15 -
System Red Green Blue C M Y K H S L
Decimal 241 78 193 0 0.68 0.20 0.05 317.67 0.85 0.63
Hex F1 4E C1 0 44 14 5 13E 55 3F
Octal 361 116 301 0 104 24 5 476 125 77
Binary 11110001 1001110 11000001 0 1000100 10100 101 100111110 1010101 111111

Color Harmonies of #F14EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14EC1

Black with #F14EC1

Text Example


Text Example

White with #F14EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14EC1; }

 p { color: rgb(241,78,193); }

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

background-color css

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

 a { background-color: rgb(241,78,193); }

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

border-color css

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

 span { border-color: rgb(241,78,193); }

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