Html Css Color HEX #F23995 Wild Strawberry

📋 copy color: '#F23995'

red 242 ◦ green 57 ◦ blue 149

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

Shades of Wild Strawberry #F23995

Tints of Wild Strawberry #F23995

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.72%

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

R = 54.02%
G = 12.72%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F23995 (or 0xF23995) is known color: Wild Strawberry. HEX triplet: F2, 39 and 95. RGB value is (242,57,149). Sum of RGB (Red+Green+Blue) = 242+57+149=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F23995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23995 is #0DC66A. Grayscale: #7A7A7A. Windows color (decimal): -902763 or 9779698. OLE color: 9779698.

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

Color convert

RGB 242 57 149 -
CMYK 0 0.76 0.38 0.05
HSL 330.16º 0.88% 0.59% -
HSV(B) 330.16º 0.76% 0.95% -
XYZ 43.51 23.97 30.77 -
YUV 122.8 142.79 213.02 -
System Red Green Blue C M Y K H S L
Decimal 242 57 149 0 0.76 0.38 0.05 330.16 0.88 0.59
Hex F2 39 95 0 4C 26 5 14A 58 3B
Octal 362 71 225 0 114 46 5 512 130 73
Binary 11110010 111001 10010101 0 1001100 100110 101 101001010 1011000 111011

Color Harmonies of #F23995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23995

Black with #F23995

Text Example


Text Example

White with #F23995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23995; }

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

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

background-color css

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

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

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

border-color css

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

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

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