Html Css Color HEX #F144B7 Razzle Dazzle Rose

📋 copy color: '#F144B7'

red 241 ◦ green 68 ◦ blue 183

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

Shades of Razzle Dazzle Rose #F144B7

Tints of Razzle Dazzle Rose #F144B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.2%

R = 48.98%
G = 13.82%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F144B7 (or 0xF144B7) is known color: Razzle Dazzle Rose. HEX triplet: F1, 44 and B7. RGB value is (241,68,183). Sum of RGB (Red+Green+Blue) = 241+68+183=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 68 (26.95% from 255 or 13.82% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F144B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F144B7 is #0EBB48. Grayscale: #848484. Windows color (decimal): -965449 or 12010737. OLE color: 12010737.

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

Color convert

RGB 241 68 183 -
CMYK 0 0.72 0.24 0.05
HSL 320.12º 0.86% 0.61% -
HSV(B) 320.12º 0.72% 0.95% -
XYZ 46.89 26.25 47.4 -
YUV 132.84 156.31 205.15 -
System Red Green Blue C M Y K H S L
Decimal 241 68 183 0 0.72 0.24 0.05 320.12 0.86 0.61
Hex F1 44 B7 0 48 18 5 140 56 3D
Octal 361 104 267 0 110 30 5 500 126 75
Binary 11110001 1000100 10110111 0 1001000 11000 101 101000000 1010110 111101

Color Harmonies of #F144B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F144B7

Black with #F144B7

Text Example


Text Example

White with #F144B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F144B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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