Html Css Color HEX #F23398 Wild Strawberry

📋 copy color: '#F23398'

red 242 ◦ green 51 ◦ blue 152

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

Shades of Wild Strawberry #F23398

Tints of Wild Strawberry #F23398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.16%

R = 54.38%
G = 11.46%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F23398 (or 0xF23398) is known color: Wild Strawberry. HEX triplet: F2, 33 and 98. RGB value is (242,51,152). Sum of RGB (Red+Green+Blue) = 242+51+152=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F23398 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23398 is #0DCC67. Grayscale: #777777. Windows color (decimal): -904296 or 9974770. OLE color: 9974770.

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

Color convert

RGB 242 51 152 -
CMYK 0 0.79 0.37 0.05
HSL 328.27º 0.88% 0.57% -
HSV(B) 328.27º 0.79% 0.95% -
XYZ 43.47 23.51 31.95 -
YUV 119.62 146.28 215.29 -
System Red Green Blue C M Y K H S L
Decimal 242 51 152 0 0.79 0.37 0.05 328.27 0.88 0.57
Hex F2 33 98 0 4F 25 5 148 58 39
Octal 362 63 230 0 117 45 5 510 130 71
Binary 11110010 110011 10011000 0 1001111 100101 101 101001000 1011000 111001

Color Harmonies of #F23398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23398

Black with #F23398

Text Example


Text Example

White with #F23398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23398; }

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

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

background-color css

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

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

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

border-color css

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

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

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