Html Css Color HEX #F14DC6 Razzle Dazzle Rose

📋 copy color: '#F14DC6'

red 241 ◦ green 77 ◦ blue 198

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

Shades of Razzle Dazzle Rose #F14DC6

Tints of Razzle Dazzle Rose #F14DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.37%

R = 46.71%
G = 14.92%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F14DC6 (or 0xF14DC6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 4D and C6. RGB value is (241,77,198). Sum of RGB (Red+Green+Blue) = 241+77+198=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14DC6 is #0EB239. Grayscale: #8B8B8B. Windows color (decimal): -963130 or 12996081. OLE color: 12996081.

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

Color convert

RGB 241 77 198 -
CMYK 0 0.68 0.18 0.05
HSL 315.73º 0.85% 0.62% -
HSV(B) 315.73º 0.68% 0.95% -
XYZ 49.12 28.09 56.26 -
YUV 139.83 160.83 200.16 -
System Red Green Blue C M Y K H S L
Decimal 241 77 198 0 0.68 0.18 0.05 315.73 0.85 0.62
Hex F1 4D C6 0 44 12 5 13C 55 3E
Octal 361 115 306 0 104 22 5 474 125 76
Binary 11110001 1001101 11000110 0 1000100 10010 101 100111100 1010101 111110

Color Harmonies of #F14DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14DC6

Black with #F14DC6

Text Example


Text Example

White with #F14DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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