Html Css Color HEX #F14DC3 Razzle Dazzle Rose

📋 copy color: '#F14DC3'

red 241 ◦ green 77 ◦ blue 195

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

Shades of Razzle Dazzle Rose #F14DC3

Tints of Razzle Dazzle Rose #F14DC3

RGB

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

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

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

R = 46.98%
G = 15.01%
B = 38.01%

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

#F14DC3 (or 0xF14DC3) is known color: Razzle Dazzle Rose. HEX triplet: F1, 4D and C3. RGB value is (241,77,195). Sum of RGB (Red+Green+Blue) = 241+77+195=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14DC3 is #0EB23C. Grayscale: #8B8B8B. Windows color (decimal): -963133 or 12799473. OLE color: 12799473.

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

Color convert

RGB 241 77 195 -
CMYK 0 0.68 0.19 0.05
HSL 316.83º 0.85% 0.62% -
HSV(B) 316.83º 0.68% 0.95% -
XYZ 48.78 27.95 54.45 -
YUV 139.49 159.33 200.41 -
System Red Green Blue C M Y K H S L
Decimal 241 77 195 0 0.68 0.19 0.05 316.83 0.85 0.62
Hex F1 4D C3 0 44 13 5 13D 55 3E
Octal 361 115 303 0 104 23 5 475 125 76
Binary 11110001 1001101 11000011 0 1000100 10011 101 100111101 1010101 111110

Color Harmonies of #F14DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14DC3

Black with #F14DC3

Text Example


Text Example

White with #F14DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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