Html Css Color HEX #F144C9 Razzle Dazzle Rose

📋 copy color: '#F144C9'

red 241 ◦ green 68 ◦ blue 201

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

Shades of Razzle Dazzle Rose #F144C9

Tints of Razzle Dazzle Rose #F144C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.41%

R = 47.25%
G = 13.33%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F144C9 (or 0xF144C9) is known color: Razzle Dazzle Rose. HEX triplet: F1, 44 and C9. RGB value is (241,68,201). Sum of RGB (Red+Green+Blue) = 241+68+201=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 68 (26.95% from 255 or 13.33% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F144C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F144C9 is #0EBB36. Grayscale: #868686. Windows color (decimal): -965431 or 13190385. OLE color: 13190385.

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

Color convert

RGB 241 68 201 -
CMYK 0 0.72 0.17 0.05
HSL 313.87º 0.86% 0.61% -
HSV(B) 313.87º 0.72% 0.95% -
XYZ 48.89 27.05 57.9 -
YUV 134.89 165.31 203.69 -
System Red Green Blue C M Y K H S L
Decimal 241 68 201 0 0.72 0.17 0.05 313.87 0.86 0.61
Hex F1 44 C9 0 48 11 5 13A 56 3D
Octal 361 104 311 0 110 21 5 472 126 75
Binary 11110001 1000100 11001001 0 1001000 10001 101 100111010 1010110 111101

Color Harmonies of #F144C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F144C9

Black with #F144C9

Text Example


Text Example

White with #F144C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F144C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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