Html Css Color HEX #F2338B Wild Strawberry

📋 copy color: '#F2338B'

red 242 ◦ green 51 ◦ blue 139

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

Shades of Wild Strawberry #F2338B

Tints of Wild Strawberry #F2338B

RGB

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

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

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

R = 56.02%
G = 11.81%
B = 32.18%

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

#F2338B (or 0xF2338B) is known color: Wild Strawberry. HEX triplet: F2, 33 and 8B. RGB value is (242,51,139). Sum of RGB (Red+Green+Blue) = 242+51+139=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F2338B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2338B is #0DCC74. Grayscale: #757575. Windows color (decimal): -904309 or 9122802. OLE color: 9122802.

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

Color convert

RGB 242 51 139 -
CMYK 0 0.79 0.43 0.05
HSL 332.36º 0.88% 0.57% -
HSV(B) 332.36º 0.79% 0.95% -
XYZ 42.46 23.11 26.65 -
YUV 118.14 139.78 216.34 -
System Red Green Blue C M Y K H S L
Decimal 242 51 139 0 0.79 0.43 0.05 332.36 0.88 0.57
Hex F2 33 8B 0 4F 2B 5 14C 58 39
Octal 362 63 213 0 117 53 5 514 130 71
Binary 11110010 110011 10001011 0 1001111 101011 101 101001100 1011000 111001

Color Harmonies of #F2338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2338B

Black with #F2338B

Text Example


Text Example

White with #F2338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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