Html Css Color HEX #F14CBD Razzle Dazzle Rose

📋 copy color: '#F14CBD'

red 241 ◦ green 76 ◦ blue 189

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

Shades of Razzle Dazzle Rose #F14CBD

Tints of Razzle Dazzle Rose #F14CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.35%

R = 47.63%
G = 15.02%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F14CBD (or 0xF14CBD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 4C and BD. RGB value is (241,76,189). Sum of RGB (Red+Green+Blue) = 241+76+189=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14CBD is #0EB342. Grayscale: #898989. Windows color (decimal): -963395 or 12406001. OLE color: 12406001.

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

Color convert

RGB 241 76 189 -
CMYK 0 0.68 0.22 0.05
HSL 318.91º 0.85% 0.62% -
HSV(B) 318.91º 0.68% 0.95% -
XYZ 48.05 27.54 50.93 -
YUV 138.22 156.66 201.31 -
System Red Green Blue C M Y K H S L
Decimal 241 76 189 0 0.68 0.22 0.05 318.91 0.85 0.62
Hex F1 4C BD 0 44 16 5 13F 55 3E
Octal 361 114 275 0 104 26 5 477 125 76
Binary 11110001 1001100 10111101 0 1000100 10110 101 100111111 1010101 111110

Color Harmonies of #F14CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14CBD

Black with #F14CBD

Text Example


Text Example

White with #F14CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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