Html Css Color HEX #F426DA Razzle Dazzle Rose

📋 copy color: '#F426DA'

red 244 ◦ green 38 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F426DA

Tints of Razzle Dazzle Rose #F426DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 48.8%
G = 7.6%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F426DA (or 0xF426DA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 26 and DA. RGB value is (244,38,218). Sum of RGB (Red+Green+Blue) = 244+38+218=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 38 (15.23% from 255 or 7.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F426DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F426DA is #0BD925. Grayscale: #777777. Windows color (decimal): -776486 or 14296820. OLE color: 14296820.

HSL color Cylindrical-coordinate representation of color #F426DA: hue angle of 307.57º 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 #F426DA is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 38 218 -
CMYK 0 0.84 0.11 0.04
HSL 307.57º 0.9% 0.55% -
HSV(B) 307.57º 0.84% 0.96% -
XYZ 50.66 25.68 68.62 -
YUV 120.11 183.25 216.36 -
System Red Green Blue C M Y K H S L
Decimal 244 38 218 0 0.84 0.11 0.04 307.57 0.9 0.55
Hex F4 26 DA 0 54 B 4 134 5A 37
Octal 364 46 332 0 124 13 4 464 132 67
Binary 11110100 100110 11011010 0 1010100 1011 100 100110100 1011010 110111

Color Harmonies of #F426DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F426DA

Black with #F426DA

Text Example


Text Example

White with #F426DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F426DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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