Html Css Color HEX #F83FA8 Wild Strawberry

📋 copy color: '#F83FA8'

red 248 ◦ green 63 ◦ blue 168

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

Shades of Wild Strawberry #F83FA8

Tints of Wild Strawberry #F83FA8

RGB

 RED value IS 248 (97.27% from 255) = 51.77%

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

 BLUE value IS 168 (66.02% from 255) = 35.07%

R = 51.77%
G = 13.15%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F83FA8 (or 0xF83FA8) is known color: Wild Strawberry. HEX triplet: F8, 3F and A8. RGB value is (248,63,168). Sum of RGB (Red+Green+Blue) = 248+63+168=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83FA8 is #07C057. Grayscale: #828282. Windows color (decimal): -507992 or 11026424. OLE color: 11026424.

HSL color Cylindrical-coordinate representation of color #F83FA8: hue angle of 325.95º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83FA8 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 63 168 -
CMYK 0 0.75 0.32 0.03
HSL 325.95º 0.93% 0.61% -
HSV(B) 325.95º 0.75% 0.97% -
XYZ 47.56 26.34 39.62 -
YUV 130.29 149.29 211.96 -
System Red Green Blue C M Y K H S L
Decimal 248 63 168 0 0.75 0.32 0.03 325.95 0.93 0.61
Hex F8 3F A8 0 4B 20 3 146 5D 3D
Octal 370 77 250 0 113 40 3 506 135 75
Binary 11111000 111111 10101000 0 1001011 100000 11 101000110 1011101 111101

Color Harmonies of #F83FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83FA8

Black with #F83FA8

Text Example


Text Example

White with #F83FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83FA8; }

 p { color: rgb(248,63,168); }

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

background-color css

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

 a { background-color: rgb(248,63,168); }

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

border-color css

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

 span { border-color: rgb(248,63,168); }

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