Html Css Color HEX #F23D9A Wild Strawberry

📋 copy color: '#F23D9A'

red 242 ◦ green 61 ◦ blue 154

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

Shades of Wild Strawberry #F23D9A

Tints of Wild Strawberry #F23D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.7%

R = 52.95%
G = 13.35%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F23D9A (or 0xF23D9A) is known color: Wild Strawberry. HEX triplet: F2, 3D and 9A. RGB value is (242,61,154). Sum of RGB (Red+Green+Blue) = 242+61+154=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23D9A is #0DC265. Grayscale: #7D7D7D. Windows color (decimal): -901734 or 10108402. OLE color: 10108402.

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

Color convert

RGB 242 61 154 -
CMYK 0 0.75 0.36 0.05
HSL 329.17º 0.87% 0.59% -
HSV(B) 329.17º 0.75% 0.95% -
XYZ 44.12 24.55 32.98 -
YUV 125.72 143.97 210.94 -
System Red Green Blue C M Y K H S L
Decimal 242 61 154 0 0.75 0.36 0.05 329.17 0.87 0.59
Hex F2 3D 9A 0 4B 24 5 149 57 3B
Octal 362 75 232 0 113 44 5 511 127 73
Binary 11110010 111101 10011010 0 1001011 100100 101 101001001 1010111 111011

Color Harmonies of #F23D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23D9A

Black with #F23D9A

Text Example


Text Example

White with #F23D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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