Html Css Color HEX #F338D4 Razzle Dazzle Rose

📋 copy color: '#F338D4'

red 243 ◦ green 56 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F338D4

Tints of Razzle Dazzle Rose #F338D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.49%

R = 47.55%
G = 10.96%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F338D4 (or 0xF338D4) is known color: Razzle Dazzle Rose. HEX triplet: F3, 38 and D4. RGB value is (243,56,212). Sum of RGB (Red+Green+Blue) = 243+56+212=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 56 (22.27% from 255 or 10.96% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F338D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F338D4 is #0CC72B. Grayscale: #818181. Windows color (decimal): -837420 or 13908211. OLE color: 13908211.

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

Color convert

RGB 243 56 212 -
CMYK 0 0.77 0.13 0.05
HSL 309.95º 0.89% 0.59% -
HSV(B) 309.95º 0.77% 0.95% -
XYZ 50.26 26.64 64.78 -
YUV 129.7 174.45 208.82 -
System Red Green Blue C M Y K H S L
Decimal 243 56 212 0 0.77 0.13 0.05 309.95 0.89 0.59
Hex F3 38 D4 0 4D D 5 136 59 3B
Octal 363 70 324 0 115 15 5 466 131 73
Binary 11110011 111000 11010100 0 1001101 1101 101 100110110 1011001 111011

Color Harmonies of #F338D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F338D4

Black with #F338D4

Text Example


Text Example

White with #F338D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F338D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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