Html Css Color HEX #F23795 Wild Strawberry

📋 copy color: '#F23795'

red 242 ◦ green 55 ◦ blue 149

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

Shades of Wild Strawberry #F23795

Tints of Wild Strawberry #F23795

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.33%

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

R = 54.26%
G = 12.33%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F23795 (or 0xF23795) is known color: Wild Strawberry. HEX triplet: F2, 37 and 95. RGB value is (242,55,149). Sum of RGB (Red+Green+Blue) = 242+55+149=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F23795 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23795 is #0DC86A. Grayscale: #797979. Windows color (decimal): -903275 or 9779186. OLE color: 9779186.

HSL color Cylindrical-coordinate representation of color #F23795: hue angle of 329.84º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23795 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 55 149 -
CMYK 0 0.77 0.38 0.05
HSL 329.84º 0.88% 0.58% -
HSV(B) 329.84º 0.77% 0.95% -
XYZ 43.41 23.78 30.74 -
YUV 121.63 143.45 213.86 -
System Red Green Blue C M Y K H S L
Decimal 242 55 149 0 0.77 0.38 0.05 329.84 0.88 0.58
Hex F2 37 95 0 4D 26 5 14A 58 3A
Octal 362 67 225 0 115 46 5 512 130 72
Binary 11110010 110111 10010101 0 1001101 100110 101 101001010 1011000 111010

Color Harmonies of #F23795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23795

Black with #F23795

Text Example


Text Example

White with #F23795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23795; }

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

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

background-color css

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

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

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

border-color css

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

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

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