Html Css Color HEX #F14ACB Razzle Dazzle Rose

📋 copy color: '#F14ACB'

red 241 ◦ green 74 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F14ACB

Tints of Razzle Dazzle Rose #F14ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.29%

 BLUE value IS 203 (79.69% from 255) = 39.19%

R = 46.53%
G = 14.29%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F14ACB (or 0xF14ACB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 4A and CB. RGB value is (241,74,203). Sum of RGB (Red+Green+Blue) = 241+74+203=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 74 (29.30% from 255 or 14.29% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F14ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14ACB is #0EB534. Grayscale: #8A8A8A. Windows color (decimal): -963893 or 13322993. OLE color: 13322993.

HSL color Cylindrical-coordinate representation of color #F14ACB: hue angle of 313.65º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14ACB is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 74 203 -
CMYK 0 0.69 0.16 0.05
HSL 313.65º 0.86% 0.62% -
HSV(B) 313.65º 0.69% 0.95% -
XYZ 49.5 27.91 59.28 -
YUV 138.64 164.33 201.01 -
System Red Green Blue C M Y K H S L
Decimal 241 74 203 0 0.69 0.16 0.05 313.65 0.86 0.62
Hex F1 4A CB 0 45 10 5 13A 56 3E
Octal 361 112 313 0 105 20 5 472 126 76
Binary 11110001 1001010 11001011 0 1000101 10000 101 100111010 1010110 111110

Color Harmonies of #F14ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14ACB

Black with #F14ACB

Text Example


Text Example

White with #F14ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14ACB; }

 p { color: rgb(241,74,203); }

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

background-color css

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

 a { background-color: rgb(241,74,203); }

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

border-color css

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

 span { border-color: rgb(241,74,203); }

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