Html Css Color HEX #F23289 Wild Strawberry

📋 copy color: '#F23289'

red 242 ◦ green 50 ◦ blue 137

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

Shades of Wild Strawberry #F23289

Tints of Wild Strawberry #F23289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.66%

 BLUE value IS 137 (53.91% from 255) = 31.93%

R = 56.41%
G = 11.66%
B = 31.93%

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

#F23289 (or 0xF23289) is known color: Wild Strawberry. HEX triplet: F2, 32 and 89. RGB value is (242,50,137). Sum of RGB (Red+Green+Blue) = 242+50+137=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F23289 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23289 is #0DCD76. Grayscale: #757575. Windows color (decimal): -904567 or 8991474. OLE color: 8991474.

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

Color convert

RGB 242 50 137 -
CMYK 0 0.79 0.43 0.05
HSL 332.81º 0.88% 0.57% -
HSV(B) 332.81º 0.79% 0.95% -
XYZ 42.27 22.96 25.87 -
YUV 117.33 139.11 216.93 -
System Red Green Blue C M Y K H S L
Decimal 242 50 137 0 0.79 0.43 0.05 332.81 0.88 0.57
Hex F2 32 89 0 4F 2B 5 14D 58 39
Octal 362 62 211 0 117 53 5 515 130 71
Binary 11110010 110010 10001001 0 1001111 101011 101 101001101 1011000 111001

Color Harmonies of #F23289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23289

Black with #F23289

Text Example


Text Example

White with #F23289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23289; }

 p { color: rgb(242,50,137); }

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

background-color css

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

 a { background-color: rgb(242,50,137); }

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

border-color css

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

 span { border-color: rgb(242,50,137); }

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