Html Css Color HEX #F349C7 Razzle Dazzle Rose

📋 copy color: '#F349C7'

red 243 ◦ green 73 ◦ blue 199

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

Shades of Razzle Dazzle Rose #F349C7

Tints of Razzle Dazzle Rose #F349C7

RGB

 RED value IS 243 (95.31% from 255) = 47.18%

 GREEN value IS 73 (28.91% from 255) = 14.17%

 BLUE value IS 199 (78.13% from 255) = 38.64%

R = 47.18%
G = 14.17%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F349C7 (or 0xF349C7) is known color: Razzle Dazzle Rose. HEX triplet: F3, 49 and C7. RGB value is (243,73,199). Sum of RGB (Red+Green+Blue) = 243+73+199=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F349C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F349C7 is #0CB638. Grayscale: #898989. Windows color (decimal): -833081 or 13060595. OLE color: 13060595.

HSL color Cylindrical-coordinate representation of color #F349C7: hue angle of 315.53º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F349C7 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 73 199 -
CMYK 0 0.70 0.18 0.05
HSL 315.53º 0.88% 0.62% -
HSV(B) 315.53º 0.7% 0.95% -
XYZ 49.65 27.94 56.81 -
YUV 138.19 162.32 202.75 -
System Red Green Blue C M Y K H S L
Decimal 243 73 199 0 0.70 0.18 0.05 315.53 0.88 0.62
Hex F3 49 C7 0 46 12 5 13C 58 3E
Octal 363 111 307 0 106 22 5 474 130 76
Binary 11110011 1001001 11000111 0 1000110 10010 101 100111100 1011000 111110

Color Harmonies of #F349C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F349C7

Black with #F349C7

Text Example


Text Example

White with #F349C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F349C7; }

 p { color: rgb(243,73,199); }

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

background-color css

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

 a { background-color: rgb(243,73,199); }

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

border-color css

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

 span { border-color: rgb(243,73,199); }

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