Html Css Color HEX #F427CA Razzle Dazzle Rose

📋 copy color: '#F427CA'

red 244 ◦ green 39 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F427CA

Tints of Razzle Dazzle Rose #F427CA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.04%

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

R = 50.31%
G = 8.04%
B = 41.65%

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

#F427CA (or 0xF427CA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 27 and CA. RGB value is (244,39,202). Sum of RGB (Red+Green+Blue) = 244+39+202=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 39 (15.62% from 255 or 8.04% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F427CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F427CA is #0BD835. Grayscale: #767676. Windows color (decimal): -776246 or 13248500. OLE color: 13248500.

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

Color convert

RGB 244 39 202 -
CMYK 0 0.84 0.17 0.04
HSL 312.29º 0.9% 0.55% -
HSV(B) 312.29º 0.84% 0.96% -
XYZ 48.69 24.95 58.13 -
YUV 118.88 174.92 217.25 -
System Red Green Blue C M Y K H S L
Decimal 244 39 202 0 0.84 0.17 0.04 312.29 0.9 0.55
Hex F4 27 CA 0 54 11 4 138 5A 37
Octal 364 47 312 0 124 21 4 470 132 67
Binary 11110100 100111 11001010 0 1010100 10001 100 100111000 1011010 110111

Color Harmonies of #F427CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F427CA

Black with #F427CA

Text Example


Text Example

White with #F427CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F427CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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