Html Css Color HEX #F293BE Shocking

📋 copy color: '#F293BE'

red 242 ◦ green 147 ◦ blue 190

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

Shades of Shocking #F293BE

Tints of Shocking #F293BE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.39%

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

R = 41.8%
G = 25.39%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F293BE (or 0xF293BE) is known color: Shocking. HEX triplet: F2, 93 and BE. RGB value is (242,147,190). Sum of RGB (Red+Green+Blue) = 242+147+190=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F293BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293BE is #0D6C41. Grayscale: #B4B4B4. Windows color (decimal): -879682 or 12489714. OLE color: 12489714.

HSL color Cylindrical-coordinate representation of color #F293BE: hue angle of 332.84º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F293BE is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 147 190 -
CMYK 0 0.39 0.21 0.05
HSL 332.84º 0.79% 0.76% -
HSV(B) 332.84º 0.39% 0.95% -
XYZ 56.35 43.46 54.13 -
YUV 180.31 133.47 172 -
System Red Green Blue C M Y K H S L
Decimal 242 147 190 0 0.39 0.21 0.05 332.84 0.79 0.76
Hex F2 93 BE 0 27 15 5 14D 4F 4C
Octal 362 223 276 0 47 25 5 515 117 114
Binary 11110010 10010011 10111110 0 100111 10101 101 101001101 1001111 1001100

Color Harmonies of #F293BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F293BE

Black with #F293BE

Text Example


Text Example

White with #F293BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F293BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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