Html Css Color HEX #F144D7 Razzle Dazzle Rose

📋 copy color: '#F144D7'

red 241 ◦ green 68 ◦ blue 215

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

Shades of Razzle Dazzle Rose #F144D7

Tints of Razzle Dazzle Rose #F144D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.03%

R = 45.99%
G = 12.98%
B = 41.03%

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

#F144D7 (or 0xF144D7) is known color: Razzle Dazzle Rose. HEX triplet: F1, 44 and D7. RGB value is (241,68,215). Sum of RGB (Red+Green+Blue) = 241+68+215=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 68 (26.95% from 255 or 12.98% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F144D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F144D7 is #0EBB28. Grayscale: #888888. Windows color (decimal): -965417 or 14107889. OLE color: 14107889.

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

Color convert

RGB 241 68 215 -
CMYK 0 0.72 0.11 0.05
HSL 309.02º 0.86% 0.61% -
HSV(B) 309.02º 0.72% 0.95% -
XYZ 50.61 27.74 66.98 -
YUV 136.49 172.31 202.55 -
System Red Green Blue C M Y K H S L
Decimal 241 68 215 0 0.72 0.11 0.05 309.02 0.86 0.61
Hex F1 44 D7 0 48 B 5 135 56 3D
Octal 361 104 327 0 110 13 5 465 126 75
Binary 11110001 1000100 11010111 0 1001000 1011 101 100110101 1010110 111101

Color Harmonies of #F144D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F144D7

Black with #F144D7

Text Example


Text Example

White with #F144D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F144D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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