Html Css Color HEX #F23095 Wild Strawberry

📋 copy color: '#F23095'

red 242 ◦ green 48 ◦ blue 149

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

Shades of Wild Strawberry #F23095

Tints of Wild Strawberry #F23095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.93%

 BLUE value IS 149 (58.59% from 255) = 33.94%

R = 55.13%
G = 10.93%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F23095 (or 0xF23095) is known color: Wild Strawberry. HEX triplet: F2, 30 and 95. RGB value is (242,48,149). Sum of RGB (Red+Green+Blue) = 242+48+149=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F23095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23095 is #0DCF6A. Grayscale: #757575. Windows color (decimal): -905067 or 9777394. OLE color: 9777394.

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

Color convert

RGB 242 48 149 -
CMYK 0 0.80 0.38 0.05
HSL 328.76º 0.88% 0.57% -
HSV(B) 328.76º 0.8% 0.95% -
XYZ 43.1 23.16 30.63 -
YUV 117.52 145.77 216.79 -
System Red Green Blue C M Y K H S L
Decimal 242 48 149 0 0.80 0.38 0.05 328.76 0.88 0.57
Hex F2 30 95 0 50 26 5 149 58 39
Octal 362 60 225 0 120 46 5 511 130 71
Binary 11110010 110000 10010101 0 1010000 100110 101 101001001 1011000 111001

Color Harmonies of #F23095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23095

Black with #F23095

Text Example


Text Example

White with #F23095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23095; }

 p { color: rgb(242,48,149); }

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

background-color css

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

 a { background-color: rgb(242,48,149); }

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

border-color css

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

 span { border-color: rgb(242,48,149); }

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