Html Css Color HEX #F431DA Razzle Dazzle Rose

📋 copy color: '#F431DA'

red 244 ◦ green 49 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F431DA

Tints of Razzle Dazzle Rose #F431DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 47.75%
G = 9.59%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F431DA (or 0xF431DA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 31 and DA. RGB value is (244,49,218). Sum of RGB (Red+Green+Blue) = 244+49+218=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 49 (19.53% from 255 or 9.59% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F431DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F431DA is #0BCE25. Grayscale: #7E7E7E. Windows color (decimal): -773670 or 14299636. OLE color: 14299636.

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

Color convert

RGB 244 49 218 -
CMYK 0 0.80 0.11 0.04
HSL 308º 0.9% 0.57% -
HSV(B) 308º 0.8% 0.96% -
XYZ 51.06 26.49 68.75 -
YUV 126.57 179.6 211.76 -
System Red Green Blue C M Y K H S L
Decimal 244 49 218 0 0.80 0.11 0.04 308 0.9 0.57
Hex F4 31 DA 0 50 B 4 134 5A 39
Octal 364 61 332 0 120 13 4 464 132 71
Binary 11110100 110001 11011010 0 1010000 1011 100 100110100 1011010 111001

Color Harmonies of #F431DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F431DA

Black with #F431DA

Text Example


Text Example

White with #F431DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F431DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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