Html Css Color HEX #F2348F Wild Strawberry

📋 copy color: '#F2348F'

red 242 ◦ green 52 ◦ blue 143

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

Shades of Wild Strawberry #F2348F

Tints of Wild Strawberry #F2348F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.9%

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

R = 55.38%
G = 11.9%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2348F (or 0xF2348F) is known color: Wild Strawberry. HEX triplet: F2, 34 and 8F. RGB value is (242,52,143). Sum of RGB (Red+Green+Blue) = 242+52+143=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2348F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2348F is #0DCB70. Grayscale: #777777. Windows color (decimal): -904049 or 9385202. OLE color: 9385202.

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

Color convert

RGB 242 52 143 -
CMYK 0 0.79 0.41 0.05
HSL 331.26º 0.88% 0.58% -
HSV(B) 331.26º 0.79% 0.95% -
XYZ 42.8 23.32 28.23 -
YUV 119.18 141.45 215.6 -
System Red Green Blue C M Y K H S L
Decimal 242 52 143 0 0.79 0.41 0.05 331.26 0.88 0.58
Hex F2 34 8F 0 4F 29 5 14B 58 3A
Octal 362 64 217 0 117 51 5 513 130 72
Binary 11110010 110100 10001111 0 1001111 101001 101 101001011 1011000 111010

Color Harmonies of #F2348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2348F

Black with #F2348F

Text Example


Text Example

White with #F2348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2348F; }

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

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

background-color css

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

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

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

border-color css

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

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

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