Html Css Color HEX #F23BA4 Wild Strawberry

📋 copy color: '#F23BA4'

red 242 ◦ green 59 ◦ blue 164

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

Shades of Wild Strawberry #F23BA4

Tints of Wild Strawberry #F23BA4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.69%

 BLUE value IS 164 (64.45% from 255) = 35.27%

R = 52.04%
G = 12.69%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F23BA4 (or 0xF23BA4) is known color: Wild Strawberry. HEX triplet: F2, 3B and A4. RGB value is (242,59,164). Sum of RGB (Red+Green+Blue) = 242+59+164=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F23BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23BA4 is #0DC45B. Grayscale: #7D7D7D. Windows color (decimal): -902236 or 10763250. OLE color: 10763250.

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

Color convert

RGB 242 59 164 -
CMYK 0 0.76 0.32 0.05
HSL 325.57º 0.88% 0.59% -
HSV(B) 325.57º 0.76% 0.95% -
XYZ 44.88 24.69 37.52 -
YUV 125.69 149.63 210.96 -
System Red Green Blue C M Y K H S L
Decimal 242 59 164 0 0.76 0.32 0.05 325.57 0.88 0.59
Hex F2 3B A4 0 4C 20 5 146 58 3B
Octal 362 73 244 0 114 40 5 506 130 73
Binary 11110010 111011 10100100 0 1001100 100000 101 101000110 1011000 111011

Color Harmonies of #F23BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23BA4

Black with #F23BA4

Text Example


Text Example

White with #F23BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23BA4; }

 p { color: rgb(242,59,164); }

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

background-color css

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

 a { background-color: rgb(242,59,164); }

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

border-color css

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

 span { border-color: rgb(242,59,164); }

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