Html Css Color HEX #F2348B Wild Strawberry

📋 copy color: '#F2348B'

red 242 ◦ green 52 ◦ blue 139

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

Shades of Wild Strawberry #F2348B

Tints of Wild Strawberry #F2348B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.1%

R = 55.89%
G = 12.01%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2348B (or 0xF2348B) is known color: Wild Strawberry. HEX triplet: F2, 34 and 8B. RGB value is (242,52,139). Sum of RGB (Red+Green+Blue) = 242+52+139=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2348B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2348B is #0DCB74. Grayscale: #767676. Windows color (decimal): -904053 or 9123058. OLE color: 9123058.

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

Color convert

RGB 242 52 139 -
CMYK 0 0.79 0.43 0.05
HSL 332.53º 0.88% 0.58% -
HSV(B) 332.53º 0.79% 0.95% -
XYZ 42.51 23.2 26.66 -
YUV 118.73 139.45 215.93 -
System Red Green Blue C M Y K H S L
Decimal 242 52 139 0 0.79 0.43 0.05 332.53 0.88 0.58
Hex F2 34 8B 0 4F 2B 5 14D 58 3A
Octal 362 64 213 0 117 53 5 515 130 72
Binary 11110010 110100 10001011 0 1001111 101011 101 101001101 1011000 111010

Color Harmonies of #F2348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2348B

Black with #F2348B

Text Example


Text Example

White with #F2348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2348B; }

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

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

background-color css

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

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

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

border-color css

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

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

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