Html Css Color HEX #F93FAB Wild Strawberry

📋 copy color: '#F93FAB'

red 249 ◦ green 63 ◦ blue 171

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

Shades of Wild Strawberry #F93FAB

Tints of Wild Strawberry #F93FAB

RGB

 RED value IS 249 (97.66% from 255) = 51.55%

 GREEN value IS 63 (25% from 255) = 13.04%

 BLUE value IS 171 (67.19% from 255) = 35.4%

R = 51.55%
G = 13.04%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F93FAB (or 0xF93FAB) is known color: Wild Strawberry. HEX triplet: F9, 3F and AB. RGB value is (249,63,171). Sum of RGB (Red+Green+Blue) = 249+63+171=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93FAB is #06C054. Grayscale: #828282. Windows color (decimal): -442453 or 11223033. OLE color: 11223033.

HSL color Cylindrical-coordinate representation of color #F93FAB: hue angle of 325.16º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93FAB is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 63 171 -
CMYK 0 0.75 0.31 0.02
HSL 325.16º 0.94% 0.61% -
HSV(B) 325.16º 0.75% 0.98% -
XYZ 48.2 26.64 41.13 -
YUV 130.93 150.62 212.22 -
System Red Green Blue C M Y K H S L
Decimal 249 63 171 0 0.75 0.31 0.02 325.16 0.94 0.61
Hex F9 3F AB 0 4B 1F 2 145 5E 3D
Octal 371 77 253 0 113 37 2 505 136 75
Binary 11111001 111111 10101011 0 1001011 11111 10 101000101 1011110 111101

Color Harmonies of #F93FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93FAB

Black with #F93FAB

Text Example


Text Example

White with #F93FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93FAB; }

 p { color: rgb(249,63,171); }

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

background-color css

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

 a { background-color: rgb(249,63,171); }

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

border-color css

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

 span { border-color: rgb(249,63,171); }

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