Html Css Color HEX #F23D99 Wild Strawberry

📋 copy color: '#F23D99'

red 242 ◦ green 61 ◦ blue 153

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

Shades of Wild Strawberry #F23D99

Tints of Wild Strawberry #F23D99

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.38%

 BLUE value IS 153 (60.16% from 255) = 33.55%

R = 53.07%
G = 13.38%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F23D99 (or 0xF23D99) is known color: Wild Strawberry. HEX triplet: F2, 3D and 99. RGB value is (242,61,153). Sum of RGB (Red+Green+Blue) = 242+61+153=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23D99 is #0DC266. Grayscale: #7D7D7D. Windows color (decimal): -901735 or 10042866. OLE color: 10042866.

HSL color Cylindrical-coordinate representation of color #F23D99: hue angle of 329.5º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23D99 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 61 153 -
CMYK 0 0.75 0.37 0.05
HSL 329.5º 0.87% 0.59% -
HSV(B) 329.5º 0.75% 0.95% -
XYZ 44.04 24.51 32.55 -
YUV 125.61 143.47 211.02 -
System Red Green Blue C M Y K H S L
Decimal 242 61 153 0 0.75 0.37 0.05 329.5 0.87 0.59
Hex F2 3D 99 0 4B 25 5 14A 57 3B
Octal 362 75 231 0 113 45 5 512 127 73
Binary 11110010 111101 10011001 0 1001011 100101 101 101001010 1010111 111011

Color Harmonies of #F23D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23D99

Black with #F23D99

Text Example


Text Example

White with #F23D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23D99; }

 p { color: rgb(242,61,153); }

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

background-color css

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

 a { background-color: rgb(242,61,153); }

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

border-color css

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

 span { border-color: rgb(242,61,153); }

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