Html Css Color HEX #F231BE Razzle Dazzle Rose

📋 copy color: '#F231BE'

red 242 ◦ green 49 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F231BE

Tints of Razzle Dazzle Rose #F231BE

RGB

 RED value IS 242 (94.92% from 255) = 50.31%

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

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

R = 50.31%
G = 10.19%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F231BE (or 0xF231BE) is known color: Razzle Dazzle Rose. HEX triplet: F2, 31 and BE. RGB value is (242,49,190). Sum of RGB (Red+Green+Blue) = 242+49+190=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F231BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F231BE is #0DCE41. Grayscale: #7A7A7A. Windows color (decimal): -904770 or 12464626. OLE color: 12464626.

HSL color Cylindrical-coordinate representation of color #F231BE: hue angle of 316.17º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F231BE is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 49 190 -
CMYK 0 0.80 0.21 0.05
HSL 316.17º 0.88% 0.57% -
HSV(B) 316.17º 0.8% 0.95% -
XYZ 47.01 24.79 51.02 -
YUV 122.78 165.94 213.04 -
System Red Green Blue C M Y K H S L
Decimal 242 49 190 0 0.80 0.21 0.05 316.17 0.88 0.57
Hex F2 31 BE 0 50 15 5 13C 58 39
Octal 362 61 276 0 120 25 5 474 130 71
Binary 11110010 110001 10111110 0 1010000 10101 101 100111100 1011000 111001

Color Harmonies of #F231BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F231BE

Black with #F231BE

Text Example


Text Example

White with #F231BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F231BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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