Html Css Color HEX #F33C9D Wild Strawberry

📋 copy color: '#F33C9D'

red 243 ◦ green 60 ◦ blue 157

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

Shades of Wild Strawberry #F33C9D

Tints of Wild Strawberry #F33C9D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.04%

 BLUE value IS 157 (61.72% from 255) = 34.13%

R = 52.83%
G = 13.04%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F33C9D (or 0xF33C9D) is known color: Wild Strawberry. HEX triplet: F3, 3C and 9D. RGB value is (243,60,157). Sum of RGB (Red+Green+Blue) = 243+60+157=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33C9D is #0CC362. Grayscale: #7D7D7D. Windows color (decimal): -836451 or 10304755. OLE color: 10304755.

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

Color convert

RGB 243 60 157 -
CMYK 0 0.75 0.35 0.05
HSL 328.2º 0.88% 0.59% -
HSV(B) 328.2º 0.75% 0.95% -
XYZ 44.66 24.72 34.32 -
YUV 125.78 145.63 211.61 -
System Red Green Blue C M Y K H S L
Decimal 243 60 157 0 0.75 0.35 0.05 328.2 0.88 0.59
Hex F3 3C 9D 0 4B 23 5 148 58 3B
Octal 363 74 235 0 113 43 5 510 130 73
Binary 11110011 111100 10011101 0 1001011 100011 101 101001000 1011000 111011

Color Harmonies of #F33C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33C9D

Black with #F33C9D

Text Example


Text Example

White with #F33C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33C9D; }

 p { color: rgb(243,60,157); }

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

background-color css

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

 a { background-color: rgb(243,60,157); }

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

border-color css

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

 span { border-color: rgb(243,60,157); }

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