Html Css Color HEX #F144D6 Razzle Dazzle Rose

📋 copy color: '#F144D6'

red 241 ◦ green 68 ◦ blue 214

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

Shades of Razzle Dazzle Rose #F144D6

Tints of Razzle Dazzle Rose #F144D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.92%

R = 46.08%
G = 13%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F144D6 (or 0xF144D6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 44 and D6. RGB value is (241,68,214). Sum of RGB (Red+Green+Blue) = 241+68+214=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 68 (26.95% from 255 or 13.00% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F144D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F144D6 is #0EBB29. Grayscale: #878787. Windows color (decimal): -965418 or 14042353. OLE color: 14042353.

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

Color convert

RGB 241 68 214 -
CMYK 0 0.72 0.11 0.05
HSL 309.36º 0.86% 0.61% -
HSV(B) 309.36º 0.72% 0.95% -
XYZ 50.48 27.69 66.3 -
YUV 136.37 171.81 202.63 -
System Red Green Blue C M Y K H S L
Decimal 241 68 214 0 0.72 0.11 0.05 309.36 0.86 0.61
Hex F1 44 D6 0 48 B 5 135 56 3D
Octal 361 104 326 0 110 13 5 465 126 75
Binary 11110001 1000100 11010110 0 1001000 1011 101 100110101 1010110 111101

Color Harmonies of #F144D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F144D6

Black with #F144D6

Text Example


Text Example

White with #F144D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F144D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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