Html Css Color HEX #F144C6 Razzle Dazzle Rose

📋 copy color: '#F144C6'

red 241 ◦ green 68 ◦ blue 198

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

Shades of Razzle Dazzle Rose #F144C6

Tints of Razzle Dazzle Rose #F144C6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.41%

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

R = 47.53%
G = 13.41%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F144C6 (or 0xF144C6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 44 and C6. RGB value is (241,68,198). Sum of RGB (Red+Green+Blue) = 241+68+198=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 68 (26.95% from 255 or 13.41% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F144C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F144C6 is #0EBB39. Grayscale: #868686. Windows color (decimal): -965434 or 12993777. OLE color: 12993777.

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

Color convert

RGB 241 68 198 -
CMYK 0 0.72 0.18 0.05
HSL 314.91º 0.86% 0.61% -
HSV(B) 314.91º 0.72% 0.95% -
XYZ 48.54 26.91 56.06 -
YUV 134.55 163.81 203.93 -
System Red Green Blue C M Y K H S L
Decimal 241 68 198 0 0.72 0.18 0.05 314.91 0.86 0.61
Hex F1 44 C6 0 48 12 5 13B 56 3D
Octal 361 104 306 0 110 22 5 473 126 75
Binary 11110001 1000100 11000110 0 1001000 10010 101 100111011 1010110 111101

Color Harmonies of #F144C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F144C6

Black with #F144C6

Text Example


Text Example

White with #F144C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F144C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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