Html Css Color HEX #F348D1 Razzle Dazzle Rose

📋 copy color: '#F348D1'

red 243 ◦ green 72 ◦ blue 209

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

Shades of Razzle Dazzle Rose #F348D1

Tints of Razzle Dazzle Rose #F348D1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.74%

 BLUE value IS 209 (82.03% from 255) = 39.89%

R = 46.37%
G = 13.74%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F348D1 (or 0xF348D1) is known color: Razzle Dazzle Rose. HEX triplet: F3, 48 and D1. RGB value is (243,72,209). Sum of RGB (Red+Green+Blue) = 243+72+209=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 72 (28.52% from 255 or 13.74% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F348D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F348D1 is #0CB72E. Grayscale: #8A8A8A. Windows color (decimal): -833327 or 13715699. OLE color: 13715699.

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

Color convert

RGB 243 72 209 -
CMYK 0 0.70 0.14 0.05
HSL 311.93º 0.88% 0.62% -
HSV(B) 311.93º 0.7% 0.95% -
XYZ 50.79 28.29 63.11 -
YUV 138.75 167.65 202.36 -
System Red Green Blue C M Y K H S L
Decimal 243 72 209 0 0.70 0.14 0.05 311.93 0.88 0.62
Hex F3 48 D1 0 46 E 5 138 58 3E
Octal 363 110 321 0 106 16 5 470 130 76
Binary 11110011 1001000 11010001 0 1000110 1110 101 100111000 1011000 111110

Color Harmonies of #F348D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F348D1

Black with #F348D1

Text Example


Text Example

White with #F348D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F348D1; }

 p { color: rgb(243,72,209); }

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

background-color css

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

 a { background-color: rgb(243,72,209); }

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

border-color css

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

 span { border-color: rgb(243,72,209); }

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