Html Css Color HEX #F426D6 Razzle Dazzle Rose

📋 copy color: '#F426D6'

red 244 ◦ green 38 ◦ blue 214

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

Shades of Razzle Dazzle Rose #F426D6

Tints of Razzle Dazzle Rose #F426D6

RGB

 RED value IS 244 (95.7% from 255) = 49.19%

 GREEN value IS 38 (15.23% from 255) = 7.66%

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

R = 49.19%
G = 7.66%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F426D6 (or 0xF426D6) is known color: Razzle Dazzle Rose. HEX triplet: F4, 26 and D6. RGB value is (244,38,214). Sum of RGB (Red+Green+Blue) = 244+38+214=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 38 (15.23% from 255 or 7.66% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F426D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F426D6 is #0BD929. Grayscale: #777777. Windows color (decimal): -776490 or 14034676. OLE color: 14034676.

HSL color Cylindrical-coordinate representation of color #F426D6: hue angle of 308.74º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F426D6 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 38 214 -
CMYK 0 0.84 0.12 0.04
HSL 308.74º 0.9% 0.55% -
HSV(B) 308.74º 0.84% 0.96% -
XYZ 50.14 25.47 65.89 -
YUV 119.66 181.25 216.69 -
System Red Green Blue C M Y K H S L
Decimal 244 38 214 0 0.84 0.12 0.04 308.74 0.9 0.55
Hex F4 26 D6 0 54 C 4 135 5A 37
Octal 364 46 326 0 124 14 4 465 132 67
Binary 11110100 100110 11010110 0 1010100 1100 100 100110101 1011010 110111

Color Harmonies of #F426D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F426D6

Black with #F426D6

Text Example


Text Example

White with #F426D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F426D6; }

 p { color: rgb(244,38,214); }

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

background-color css

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

 a { background-color: rgb(244,38,214); }

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

border-color css

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

 span { border-color: rgb(244,38,214); }

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