Html Css Color HEX #F833A1 Wild Strawberry

📋 copy color: '#F833A1'

red 248 ◦ green 51 ◦ blue 161

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

Shades of Wild Strawberry #F833A1

Tints of Wild Strawberry #F833A1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.09%

 BLUE value IS 161 (63.28% from 255) = 35%

R = 53.91%
G = 11.09%
B = 35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F833A1 (or 0xF833A1) is known color: Wild Strawberry. HEX triplet: F8, 33 and A1. RGB value is (248,51,161). Sum of RGB (Red+Green+Blue) = 248+51+161=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F833A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F833A1 is #07CC5E. Grayscale: #7A7A7A. Windows color (decimal): -511071 or 10564600. OLE color: 10564600.

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

Color convert

RGB 248 51 161 -
CMYK 0 0.79 0.35 0.03
HSL 326.5º 0.93% 0.59% -
HSV(B) 326.5º 0.79% 0.97% -
XYZ 46.33 24.9 36.08 -
YUV 122.44 149.77 217.56 -
System Red Green Blue C M Y K H S L
Decimal 248 51 161 0 0.79 0.35 0.03 326.5 0.93 0.59
Hex F8 33 A1 0 4F 23 3 146 5D 3B
Octal 370 63 241 0 117 43 3 506 135 73
Binary 11111000 110011 10100001 0 1001111 100011 11 101000110 1011101 111011

Color Harmonies of #F833A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F833A1

Black with #F833A1

Text Example


Text Example

White with #F833A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F833A1; }

 p { color: rgb(248,51,161); }

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

background-color css

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

 a { background-color: rgb(248,51,161); }

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

border-color css

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

 span { border-color: rgb(248,51,161); }

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