Html Css Color HEX #F14CC3 Razzle Dazzle Rose

📋 copy color: '#F14CC3'

red 241 ◦ green 76 ◦ blue 195

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

Shades of Razzle Dazzle Rose #F14CC3

Tints of Razzle Dazzle Rose #F14CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.09%

R = 47.07%
G = 14.84%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F14CC3 (or 0xF14CC3) is known color: Razzle Dazzle Rose. HEX triplet: F1, 4C and C3. RGB value is (241,76,195). Sum of RGB (Red+Green+Blue) = 241+76+195=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14CC3 is #0EB33C. Grayscale: #8A8A8A. Windows color (decimal): -963389 or 12799217. OLE color: 12799217.

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

Color convert

RGB 241 76 195 -
CMYK 0 0.68 0.19 0.05
HSL 316.73º 0.85% 0.62% -
HSV(B) 316.73º 0.68% 0.95% -
XYZ 48.71 27.81 54.43 -
YUV 138.9 159.66 200.82 -
System Red Green Blue C M Y K H S L
Decimal 241 76 195 0 0.68 0.19 0.05 316.73 0.85 0.62
Hex F1 4C C3 0 44 13 5 13D 55 3E
Octal 361 114 303 0 104 23 5 475 125 76
Binary 11110001 1001100 11000011 0 1000100 10011 101 100111101 1010101 111110

Color Harmonies of #F14CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14CC3

Black with #F14CC3

Text Example


Text Example

White with #F14CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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