Html Css Color HEX #F14DBF Razzle Dazzle Rose

📋 copy color: '#F14DBF'

red 241 ◦ green 77 ◦ blue 191

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

Shades of Razzle Dazzle Rose #F14DBF

Tints of Razzle Dazzle Rose #F14DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.52%

R = 47.35%
G = 15.13%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F14DBF (or 0xF14DBF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 4D and BF. RGB value is (241,77,191). Sum of RGB (Red+Green+Blue) = 241+77+191=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14DBF is #0EB240. Grayscale: #8A8A8A. Windows color (decimal): -963137 or 12537329. OLE color: 12537329.

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

Color convert

RGB 241 77 191 -
CMYK 0 0.68 0.21 0.05
HSL 318.29º 0.85% 0.62% -
HSV(B) 318.29º 0.68% 0.95% -
XYZ 48.33 27.77 52.1 -
YUV 139.03 157.33 200.73 -
System Red Green Blue C M Y K H S L
Decimal 241 77 191 0 0.68 0.21 0.05 318.29 0.85 0.62
Hex F1 4D BF 0 44 15 5 13E 55 3E
Octal 361 115 277 0 104 25 5 476 125 76
Binary 11110001 1001101 10111111 0 1000100 10101 101 100111110 1010101 111110

Color Harmonies of #F14DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14DBF

Black with #F14DBF

Text Example


Text Example

White with #F14DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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