Html Css Color HEX #F428C9 Razzle Dazzle Rose

📋 copy color: '#F428C9'

red 244 ◦ green 40 ◦ blue 201

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

Shades of Razzle Dazzle Rose #F428C9

Tints of Razzle Dazzle Rose #F428C9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.25%

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

R = 50.31%
G = 8.25%
B = 41.44%

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

#F428C9 (or 0xF428C9) is known color: Razzle Dazzle Rose. HEX triplet: F4, 28 and C9. RGB value is (244,40,201). Sum of RGB (Red+Green+Blue) = 244+40+201=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 40 (16.02% from 255 or 8.25% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F428C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F428C9 is #0BD736. Grayscale: #767676. Windows color (decimal): -775991 or 13183220. OLE color: 13183220.

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

Color convert

RGB 244 40 201 -
CMYK 0 0.84 0.18 0.04
HSL 312.65º 0.9% 0.56% -
HSV(B) 312.65º 0.84% 0.96% -
XYZ 48.61 24.97 57.52 -
YUV 119.35 174.09 216.91 -
System Red Green Blue C M Y K H S L
Decimal 244 40 201 0 0.84 0.18 0.04 312.65 0.9 0.56
Hex F4 28 C9 0 54 12 4 139 5A 38
Octal 364 50 311 0 124 22 4 471 132 70
Binary 11110100 101000 11001001 0 1010100 10010 100 100111001 1011010 111000

Color Harmonies of #F428C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F428C9

Black with #F428C9

Text Example


Text Example

White with #F428C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F428C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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