Html Css Color HEX #F23395 Wild Strawberry

📋 copy color: '#F23395'

red 242 ◦ green 51 ◦ blue 149

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

Shades of Wild Strawberry #F23395

Tints of Wild Strawberry #F23395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.54%

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

R = 54.75%
G = 11.54%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F23395 (or 0xF23395) is known color: Wild Strawberry. HEX triplet: F2, 33 and 95. RGB value is (242,51,149). Sum of RGB (Red+Green+Blue) = 242+51+149=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F23395 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23395 is #0DCC6A. Grayscale: #777777. Windows color (decimal): -904299 or 9778162. OLE color: 9778162.

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

Color convert

RGB 242 51 149 -
CMYK 0 0.79 0.38 0.05
HSL 329.21º 0.88% 0.57% -
HSV(B) 329.21º 0.79% 0.95% -
XYZ 43.23 23.41 30.67 -
YUV 119.28 144.78 215.53 -
System Red Green Blue C M Y K H S L
Decimal 242 51 149 0 0.79 0.38 0.05 329.21 0.88 0.57
Hex F2 33 95 0 4F 26 5 149 58 39
Octal 362 63 225 0 117 46 5 511 130 71
Binary 11110010 110011 10010101 0 1001111 100110 101 101001001 1011000 111001

Color Harmonies of #F23395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23395

Black with #F23395

Text Example


Text Example

White with #F23395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23395; }

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

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

background-color css

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

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

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

border-color css

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

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

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