Html Css Color HEX #F428ED Razzle Dazzle Rose

📋 copy color: '#F428ED'

red 244 ◦ green 40 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F428ED

Tints of Razzle Dazzle Rose #F428ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.49%

R = 46.83%
G = 7.68%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F428ED (or 0xF428ED) is known color: Razzle Dazzle Rose. HEX triplet: F4, 28 and ED. RGB value is (244,40,237). Sum of RGB (Red+Green+Blue) = 244+40+237=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 40 (16.02% from 255 or 7.68% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F428ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F428ED is #0BD712. Grayscale: #7A7A7A. Windows color (decimal): -775955 or 15542516. OLE color: 15542516.

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

Color convert

RGB 244 40 237 -
CMYK 0 0.84 0.03 0.04
HSL 302.06º 0.9% 0.56% -
HSV(B) 302.06º 0.84% 0.96% -
XYZ 53.35 26.87 82.49 -
YUV 123.45 192.09 213.98 -
System Red Green Blue C M Y K H S L
Decimal 244 40 237 0 0.84 0.03 0.04 302.06 0.9 0.56
Hex F4 28 ED 0 54 3 4 12E 5A 38
Octal 364 50 355 0 124 3 4 456 132 70
Binary 11110100 101000 11101101 0 1010100 11 100 100101110 1011010 111000

Color Harmonies of #F428ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F428ED

Black with #F428ED

Text Example


Text Example

White with #F428ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F428ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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