Html Css Color HEX #F426C9 Razzle Dazzle Rose

📋 copy color: '#F426C9'

red 244 ◦ green 38 ◦ blue 201

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

Shades of Razzle Dazzle Rose #F426C9

Tints of Razzle Dazzle Rose #F426C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.61%

R = 50.52%
G = 7.87%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F426C9 (or 0xF426C9) is known color: Razzle Dazzle Rose. HEX triplet: F4, 26 and C9. RGB value is (244,38,201). Sum of RGB (Red+Green+Blue) = 244+38+201=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 38 (15.23% from 255 or 7.87% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F426C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F426C9 is #0BD936. Grayscale: #757575. Windows color (decimal): -776503 or 13182708. OLE color: 13182708.

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

Color convert

RGB 244 38 201 -
CMYK 0 0.84 0.18 0.04
HSL 312.52º 0.9% 0.55% -
HSV(B) 312.52º 0.84% 0.96% -
XYZ 48.54 24.84 57.49 -
YUV 118.18 174.75 217.75 -
System Red Green Blue C M Y K H S L
Decimal 244 38 201 0 0.84 0.18 0.04 312.52 0.9 0.55
Hex F4 26 C9 0 54 12 4 139 5A 37
Octal 364 46 311 0 124 22 4 471 132 67
Binary 11110100 100110 11001001 0 1010100 10010 100 100111001 1011010 110111

Color Harmonies of #F426C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F426C9

Black with #F426C9

Text Example


Text Example

White with #F426C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F426C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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