Html Css Color HEX #F348D0 Razzle Dazzle Rose

📋 copy color: '#F348D0'

red 243 ◦ green 72 ◦ blue 208

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

Shades of Razzle Dazzle Rose #F348D0

Tints of Razzle Dazzle Rose #F348D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.77%

R = 46.46%
G = 13.77%
B = 39.77%

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

#F348D0 (or 0xF348D0) is known color: Razzle Dazzle Rose. HEX triplet: F3, 48 and D0. RGB value is (243,72,208). Sum of RGB (Red+Green+Blue) = 243+72+208=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 72 (28.52% from 255 or 13.77% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F348D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F348D0 is #0CB72F. Grayscale: #8A8A8A. Windows color (decimal): -833328 or 13650163. OLE color: 13650163.

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

Color convert

RGB 243 72 208 -
CMYK 0 0.70 0.14 0.05
HSL 312.28º 0.88% 0.62% -
HSV(B) 312.28º 0.7% 0.95% -
XYZ 50.66 28.24 62.46 -
YUV 138.63 167.15 202.44 -
System Red Green Blue C M Y K H S L
Decimal 243 72 208 0 0.70 0.14 0.05 312.28 0.88 0.62
Hex F3 48 D0 0 46 E 5 138 58 3E
Octal 363 110 320 0 106 16 5 470 130 76
Binary 11110011 1001000 11010000 0 1000110 1110 101 100111000 1011000 111110

Color Harmonies of #F348D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F348D0

Black with #F348D0

Text Example


Text Example

White with #F348D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F348D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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