Html Css Color HEX #F2258F Wild Strawberry

📋 copy color: '#F2258F'

red 242 ◦ green 37 ◦ blue 143

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

Shades of Wild Strawberry #F2258F

Tints of Wild Strawberry #F2258F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.77%

 BLUE value IS 143 (56.25% from 255) = 33.89%

R = 57.35%
G = 8.77%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2258F (or 0xF2258F) is known color: Wild Strawberry. HEX triplet: F2, 25 and 8F. RGB value is (242,37,143). Sum of RGB (Red+Green+Blue) = 242+37+143=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F2258F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2258F is #0DDA70. Grayscale: #6E6E6E. Windows color (decimal): -907889 or 9381362. OLE color: 9381362.

HSL color Cylindrical-coordinate representation of color #F2258F: hue angle of 328.98º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2258F is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 37 143 -
CMYK 0 0.85 0.41 0.05
HSL 328.98º 0.89% 0.55% -
HSV(B) 328.98º 0.85% 0.95% -
XYZ 42.24 22.18 28.04 -
YUV 110.38 146.42 221.88 -
System Red Green Blue C M Y K H S L
Decimal 242 37 143 0 0.85 0.41 0.05 328.98 0.89 0.55
Hex F2 25 8F 0 55 29 5 149 59 37
Octal 362 45 217 0 125 51 5 511 131 67
Binary 11110010 100101 10001111 0 1010101 101001 101 101001001 1011001 110111

Color Harmonies of #F2258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2258F

Black with #F2258F

Text Example


Text Example

White with #F2258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2258F; }

 p { color: rgb(242,37,143); }

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

background-color css

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

 a { background-color: rgb(242,37,143); }

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

border-color css

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

 span { border-color: rgb(242,37,143); }

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