Html Css Color HEX #F14CC2 Razzle Dazzle Rose

📋 copy color: '#F14CC2'

red 241 ◦ green 76 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F14CC2

Tints of Razzle Dazzle Rose #F14CC2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.87%

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

R = 47.16%
G = 14.87%
B = 37.96%

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

#F14CC2 (or 0xF14CC2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 4C and C2. RGB value is (241,76,194). Sum of RGB (Red+Green+Blue) = 241+76+194=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14CC2 is #0EB33D. Grayscale: #8A8A8A. Windows color (decimal): -963390 or 12733681. OLE color: 12733681.

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

Color convert

RGB 241 76 194 -
CMYK 0 0.68 0.20 0.05
HSL 317.09º 0.85% 0.62% -
HSV(B) 317.09º 0.68% 0.95% -
XYZ 48.6 27.76 53.84 -
YUV 138.79 159.16 200.91 -
System Red Green Blue C M Y K H S L
Decimal 241 76 194 0 0.68 0.20 0.05 317.09 0.85 0.62
Hex F1 4C C2 0 44 14 5 13D 55 3E
Octal 361 114 302 0 104 24 5 475 125 76
Binary 11110001 1001100 11000010 0 1000100 10100 101 100111101 1010101 111110

Color Harmonies of #F14CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14CC2

Black with #F14CC2

Text Example


Text Example

White with #F14CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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