Html Css Color HEX #F33FA5 Wild Strawberry

📋 copy color: '#F33FA5'

red 243 ◦ green 63 ◦ blue 165

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

Shades of Wild Strawberry #F33FA5

Tints of Wild Strawberry #F33FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.03%

R = 51.59%
G = 13.38%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F33FA5 (or 0xF33FA5) is known color: Wild Strawberry. HEX triplet: F3, 3F and A5. RGB value is (243,63,165). Sum of RGB (Red+Green+Blue) = 243+63+165=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F33FA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33FA5 is #0CC05A. Grayscale: #808080. Windows color (decimal): -835675 or 10829811. OLE color: 10829811.

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

Color convert

RGB 243 63 165 -
CMYK 0 0.74 0.32 0.05
HSL 326º 0.88% 0.6% -
HSV(B) 326º 0.74% 0.95% -
XYZ 45.53 25.33 38.09 -
YUV 128.45 148.63 209.71 -
System Red Green Blue C M Y K H S L
Decimal 243 63 165 0 0.74 0.32 0.05 326 0.88 0.6
Hex F3 3F A5 0 4A 20 5 146 58 3C
Octal 363 77 245 0 112 40 5 506 130 74
Binary 11110011 111111 10100101 0 1001010 100000 101 101000110 1011000 111100

Color Harmonies of #F33FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33FA5

Black with #F33FA5

Text Example


Text Example

White with #F33FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33FA5; }

 p { color: rgb(243,63,165); }

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

background-color css

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

 a { background-color: rgb(243,63,165); }

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

border-color css

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

 span { border-color: rgb(243,63,165); }

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