Html Css Color HEX #F431E1 Razzle Dazzle Rose

📋 copy color: '#F431E1'

red 244 ◦ green 49 ◦ blue 225

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

Shades of Razzle Dazzle Rose #F431E1

Tints of Razzle Dazzle Rose #F431E1

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.46%

 BLUE value IS 225 (88.28% from 255) = 43.44%

R = 47.1%
G = 9.46%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F431E1 (or 0xF431E1) is known color: Razzle Dazzle Rose. HEX triplet: F4, 31 and E1. RGB value is (244,49,225). Sum of RGB (Red+Green+Blue) = 244+49+225=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 49 (19.53% from 255 or 9.46% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F431E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F431E1 is #0BCE1E. Grayscale: #7E7E7E. Windows color (decimal): -773663 or 14758388. OLE color: 14758388.

HSL color Cylindrical-coordinate representation of color #F431E1: hue angle of 305.85º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F431E1 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 49 225 -
CMYK 0 0.80 0.08 0.04
HSL 305.85º 0.9% 0.57% -
HSV(B) 305.85º 0.8% 0.96% -
XYZ 52 26.87 73.68 -
YUV 127.37 183.1 211.19 -
System Red Green Blue C M Y K H S L
Decimal 244 49 225 0 0.80 0.08 0.04 305.85 0.9 0.57
Hex F4 31 E1 0 50 8 4 132 5A 39
Octal 364 61 341 0 120 10 4 462 132 71
Binary 11110100 110001 11100001 0 1010000 1000 100 100110010 1011010 111001

Color Harmonies of #F431E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F431E1

Black with #F431E1

Text Example


Text Example

White with #F431E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F431E1; }

 p { color: rgb(244,49,225); }

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

background-color css

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

 a { background-color: rgb(244,49,225); }

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

border-color css

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

 span { border-color: rgb(244,49,225); }

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