Html Css Color HEX #F147C0 Razzle Dazzle Rose

📋 copy color: '#F147C0'

red 241 ◦ green 71 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F147C0

Tints of Razzle Dazzle Rose #F147C0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.09%

 BLUE value IS 192 (75.39% from 255) = 38.1%

R = 47.82%
G = 14.09%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F147C0 (or 0xF147C0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 47 and C0. RGB value is (241,71,192). Sum of RGB (Red+Green+Blue) = 241+71+192=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 71 (28.12% from 255 or 14.09% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F147C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F147C0 is #0EB83F. Grayscale: #878787. Windows color (decimal): -964672 or 12601329. OLE color: 12601329.

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

Color convert

RGB 241 71 192 -
CMYK 0 0.71 0.20 0.05
HSL 317.29º 0.86% 0.61% -
HSV(B) 317.29º 0.71% 0.95% -
XYZ 48.04 27.01 52.55 -
YUV 135.62 159.82 203.16 -
System Red Green Blue C M Y K H S L
Decimal 241 71 192 0 0.71 0.20 0.05 317.29 0.86 0.61
Hex F1 47 C0 0 47 14 5 13D 56 3D
Octal 361 107 300 0 107 24 5 475 126 75
Binary 11110001 1000111 11000000 0 1000111 10100 101 100111101 1010110 111101

Color Harmonies of #F147C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F147C0

Black with #F147C0

Text Example


Text Example

White with #F147C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F147C0; }

 p { color: rgb(241,71,192); }

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

background-color css

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

 a { background-color: rgb(241,71,192); }

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

border-color css

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

 span { border-color: rgb(241,71,192); }

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