Html Css Color HEX #F338D6 Razzle Dazzle Rose

📋 copy color: '#F338D6'

red 243 ◦ green 56 ◦ blue 214

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

Shades of Razzle Dazzle Rose #F338D6

Tints of Razzle Dazzle Rose #F338D6

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.92%

 BLUE value IS 214 (83.98% from 255) = 41.72%

R = 47.37%
G = 10.92%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F338D6 (or 0xF338D6) is known color: Razzle Dazzle Rose. HEX triplet: F3, 38 and D6. RGB value is (243,56,214). Sum of RGB (Red+Green+Blue) = 243+56+214=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 56 (22.27% from 255 or 10.92% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F338D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F338D6 is #0CC729. Grayscale: #818181. Windows color (decimal): -837418 or 14039283. OLE color: 14039283.

HSL color Cylindrical-coordinate representation of color #F338D6: hue angle of 309.3º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F338D6 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 56 214 -
CMYK 0 0.77 0.12 0.05
HSL 309.3º 0.89% 0.59% -
HSV(B) 309.3º 0.77% 0.95% -
XYZ 50.51 26.74 66.12 -
YUV 129.93 175.45 208.65 -
System Red Green Blue C M Y K H S L
Decimal 243 56 214 0 0.77 0.12 0.05 309.3 0.89 0.59
Hex F3 38 D6 0 4D C 5 135 59 3B
Octal 363 70 326 0 115 14 5 465 131 73
Binary 11110011 111000 11010110 0 1001101 1100 101 100110101 1011001 111011

Color Harmonies of #F338D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F338D6

Black with #F338D6

Text Example


Text Example

White with #F338D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F338D6; }

 p { color: rgb(243,56,214); }

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

background-color css

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

 a { background-color: rgb(243,56,214); }

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

border-color css

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

 span { border-color: rgb(243,56,214); }

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