Html Css Color HEX #F2308D Wild Strawberry

📋 copy color: '#F2308D'

red 242 ◦ green 48 ◦ blue 141

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

Shades of Wild Strawberry #F2308D

Tints of Wild Strawberry #F2308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.71%

R = 56.15%
G = 11.14%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2308D (or 0xF2308D) is known color: Wild Strawberry. HEX triplet: F2, 30 and 8D. RGB value is (242,48,141). Sum of RGB (Red+Green+Blue) = 242+48+141=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F2308D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2308D is #0DCF72. Grayscale: #747474. Windows color (decimal): -905075 or 9253106. OLE color: 9253106.

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

Color convert

RGB 242 48 141 -
CMYK 0 0.80 0.42 0.05
HSL 331.24º 0.88% 0.57% -
HSV(B) 331.24º 0.8% 0.95% -
XYZ 42.48 22.91 27.38 -
YUV 116.61 141.77 217.44 -
System Red Green Blue C M Y K H S L
Decimal 242 48 141 0 0.80 0.42 0.05 331.24 0.88 0.57
Hex F2 30 8D 0 50 2A 5 14B 58 39
Octal 362 60 215 0 120 52 5 513 130 71
Binary 11110010 110000 10001101 0 1010000 101010 101 101001011 1011000 111001

Color Harmonies of #F2308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2308D

Black with #F2308D

Text Example


Text Example

White with #F2308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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