Html Css Color HEX #F428CE Razzle Dazzle Rose

📋 copy color: '#F428CE'

red 244 ◦ green 40 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F428CE

Tints of Razzle Dazzle Rose #F428CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 49.8%
G = 8.16%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F428CE (or 0xF428CE) is known color: Razzle Dazzle Rose. HEX triplet: F4, 28 and CE. RGB value is (244,40,206). Sum of RGB (Red+Green+Blue) = 244+40+206=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 40 (16.02% from 255 or 8.16% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F428CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F428CE is #0BD731. Grayscale: #777777. Windows color (decimal): -775986 or 13510900. OLE color: 13510900.

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

Color convert

RGB 244 40 206 -
CMYK 0 0.84 0.16 0.04
HSL 311.18º 0.9% 0.56% -
HSV(B) 311.18º 0.84% 0.96% -
XYZ 49.21 25.21 60.66 -
YUV 119.92 176.59 216.5 -
System Red Green Blue C M Y K H S L
Decimal 244 40 206 0 0.84 0.16 0.04 311.18 0.9 0.56
Hex F4 28 CE 0 54 10 4 137 5A 38
Octal 364 50 316 0 124 20 4 467 132 70
Binary 11110100 101000 11001110 0 1010100 10000 100 100110111 1011010 111000

Color Harmonies of #F428CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F428CE

Black with #F428CE

Text Example


Text Example

White with #F428CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F428CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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