Html Css Color HEX #F14DC2 Razzle Dazzle Rose

📋 copy color: '#F14DC2'

red 241 ◦ green 77 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F14DC2

Tints of Razzle Dazzle Rose #F14DC2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.04%

 BLUE value IS 194 (76.17% from 255) = 37.89%

R = 47.07%
G = 15.04%
B = 37.89%

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

#F14DC2 (or 0xF14DC2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 4D and C2. RGB value is (241,77,194). Sum of RGB (Red+Green+Blue) = 241+77+194=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14DC2 is #0EB23D. Grayscale: #8B8B8B. Windows color (decimal): -963134 or 12733937. OLE color: 12733937.

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

Color convert

RGB 241 77 194 -
CMYK 0 0.68 0.20 0.05
HSL 317.2º 0.85% 0.62% -
HSV(B) 317.2º 0.68% 0.95% -
XYZ 48.67 27.9 53.86 -
YUV 139.37 158.83 200.49 -
System Red Green Blue C M Y K H S L
Decimal 241 77 194 0 0.68 0.20 0.05 317.2 0.85 0.62
Hex F1 4D C2 0 44 14 5 13D 55 3E
Octal 361 115 302 0 104 24 5 475 125 76
Binary 11110001 1001101 11000010 0 1000100 10100 101 100111101 1010101 111110

Color Harmonies of #F14DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14DC2

Black with #F14DC2

Text Example


Text Example

White with #F14DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14DC2; }

 p { color: rgb(241,77,194); }

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

background-color css

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

 a { background-color: rgb(241,77,194); }

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

border-color css

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

 span { border-color: rgb(241,77,194); }

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