Html Css Color HEX #F33DAB Wild Strawberry

📋 copy color: '#F33DAB'

red 243 ◦ green 61 ◦ blue 171

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

Shades of Wild Strawberry #F33DAB

Tints of Wild Strawberry #F33DAB

RGB

 RED value IS 243 (95.31% from 255) = 51.16%

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

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

R = 51.16%
G = 12.84%
B = 36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F33DAB (or 0xF33DAB) is known color: Wild Strawberry. HEX triplet: F3, 3D and AB. RGB value is (243,61,171). Sum of RGB (Red+Green+Blue) = 243+61+171=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 61 (24.22% from 255 or 12.84% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F33DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33DAB is #0CC254. Grayscale: #7F7F7F. Windows color (decimal): -836181 or 11222515. OLE color: 11222515.

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

Color convert

RGB 243 61 171 -
CMYK 0 0.75 0.30 0.05
HSL 323.74º 0.88% 0.6% -
HSV(B) 323.74º 0.75% 0.95% -
XYZ 45.98 25.33 40.99 -
YUV 127.96 152.3 210.06 -
System Red Green Blue C M Y K H S L
Decimal 243 61 171 0 0.75 0.30 0.05 323.74 0.88 0.6
Hex F3 3D AB 0 4B 1E 5 144 58 3C
Octal 363 75 253 0 113 36 5 504 130 74
Binary 11110011 111101 10101011 0 1001011 11110 101 101000100 1011000 111100

Color Harmonies of #F33DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33DAB

Black with #F33DAB

Text Example


Text Example

White with #F33DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33DAB; }

 p { color: rgb(243,61,171); }

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

background-color css

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

 a { background-color: rgb(243,61,171); }

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

border-color css

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

 span { border-color: rgb(243,61,171); }

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