Html Css Color HEX #F231BA Razzle Dazzle Rose

📋 copy color: '#F231BA'

red 242 ◦ green 49 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F231BA

Tints of Razzle Dazzle Rose #F231BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.99%

R = 50.73%
G = 10.27%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F231BA (or 0xF231BA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 31 and BA. RGB value is (242,49,186). Sum of RGB (Red+Green+Blue) = 242+49+186=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 49 (19.53% from 255 or 10.27% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F231BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F231BA is #0DCE45. Grayscale: #797979. Windows color (decimal): -904774 or 12202482. OLE color: 12202482.

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

Color convert

RGB 242 49 186 -
CMYK 0 0.80 0.23 0.05
HSL 317.41º 0.88% 0.57% -
HSV(B) 317.41º 0.8% 0.95% -
XYZ 46.58 24.62 48.75 -
YUV 122.33 163.94 213.36 -
System Red Green Blue C M Y K H S L
Decimal 242 49 186 0 0.80 0.23 0.05 317.41 0.88 0.57
Hex F2 31 BA 0 50 17 5 13D 58 39
Octal 362 61 272 0 120 27 5 475 130 71
Binary 11110010 110001 10111010 0 1010000 10111 101 100111101 1011000 111001

Color Harmonies of #F231BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F231BA

Black with #F231BA

Text Example


Text Example

White with #F231BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F231BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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