Html Css Color HEX #F2359B Wild Strawberry

📋 copy color: '#F2359B'

red 242 ◦ green 53 ◦ blue 155

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

Shades of Wild Strawberry #F2359B

Tints of Wild Strawberry #F2359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.78%

 BLUE value IS 155 (60.94% from 255) = 34.44%

R = 53.78%
G = 11.78%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2359B (or 0xF2359B) is known color: Wild Strawberry. HEX triplet: F2, 35 and 9B. RGB value is (242,53,155). Sum of RGB (Red+Green+Blue) = 242+53+155=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2359B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2359B is #0DCA64. Grayscale: #787878. Windows color (decimal): -903781 or 10171890. OLE color: 10171890.

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

Color convert

RGB 242 53 155 -
CMYK 0 0.78 0.36 0.05
HSL 327.62º 0.88% 0.58% -
HSV(B) 327.62º 0.78% 0.95% -
XYZ 43.81 23.79 33.29 -
YUV 121.14 147.12 214.21 -
System Red Green Blue C M Y K H S L
Decimal 242 53 155 0 0.78 0.36 0.05 327.62 0.88 0.58
Hex F2 35 9B 0 4E 24 5 148 58 3A
Octal 362 65 233 0 116 44 5 510 130 72
Binary 11110010 110101 10011011 0 1001110 100100 101 101001000 1011000 111010

Color Harmonies of #F2359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2359B

Black with #F2359B

Text Example


Text Example

White with #F2359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2359B; }

 p { color: rgb(242,53,155); }

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

background-color css

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

 a { background-color: rgb(242,53,155); }

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

border-color css

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

 span { border-color: rgb(242,53,155); }

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