Html Css Color HEX #F428CA Razzle Dazzle Rose

📋 copy color: '#F428CA'

red 244 ◦ green 40 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F428CA

Tints of Razzle Dazzle Rose #F428CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.56%

R = 50.21%
G = 8.23%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F428CA (or 0xF428CA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 28 and CA. RGB value is (244,40,202). Sum of RGB (Red+Green+Blue) = 244+40+202=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F428CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F428CA is #0BD735. Grayscale: #777777. Windows color (decimal): -775990 or 13248756. OLE color: 13248756.

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

Color convert

RGB 244 40 202 -
CMYK 0 0.84 0.17 0.04
HSL 312.35º 0.9% 0.56% -
HSV(B) 312.35º 0.84% 0.96% -
XYZ 48.73 25.01 58.14 -
YUV 119.46 174.59 216.83 -
System Red Green Blue C M Y K H S L
Decimal 244 40 202 0 0.84 0.17 0.04 312.35 0.9 0.56
Hex F4 28 CA 0 54 11 4 138 5A 38
Octal 364 50 312 0 124 21 4 470 132 70
Binary 11110100 101000 11001010 0 1010100 10001 100 100111000 1011010 111000

Color Harmonies of #F428CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F428CA

Black with #F428CA

Text Example


Text Example

White with #F428CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F428CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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