Html Css Color HEX #F431BE Razzle Dazzle Rose

📋 copy color: '#F431BE'

red 244 ◦ green 49 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F431BE

Tints of Razzle Dazzle Rose #F431BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.34%

R = 50.52%
G = 10.14%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F431BE (or 0xF431BE) is known color: Razzle Dazzle Rose. HEX triplet: F4, 31 and BE. RGB value is (244,49,190). Sum of RGB (Red+Green+Blue) = 244+49+190=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F431BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F431BE is #0BCE41. Grayscale: #7B7B7B. Windows color (decimal): -773698 or 12464628. OLE color: 12464628.

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

Color convert

RGB 244 49 190 -
CMYK 0 0.80 0.22 0.04
HSL 316.62º 0.9% 0.57% -
HSV(B) 316.62º 0.8% 0.96% -
XYZ 47.7 25.15 51.06 -
YUV 123.38 165.6 214.04 -
System Red Green Blue C M Y K H S L
Decimal 244 49 190 0 0.80 0.22 0.04 316.62 0.9 0.57
Hex F4 31 BE 0 50 16 4 13D 5A 39
Octal 364 61 276 0 120 26 4 475 132 71
Binary 11110100 110001 10111110 0 1010000 10110 100 100111101 1011010 111001

Color Harmonies of #F431BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F431BE

Black with #F431BE

Text Example


Text Example

White with #F431BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F431BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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