Html Css Color HEX #F33CA5 Wild Strawberry

📋 copy color: '#F33CA5'

red 243 ◦ green 60 ◦ blue 165

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

Shades of Wild Strawberry #F33CA5

Tints of Wild Strawberry #F33CA5

RGB

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

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

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

R = 51.92%
G = 12.82%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F33CA5 (or 0xF33CA5) is known color: Wild Strawberry. HEX triplet: F3, 3C and A5. RGB value is (243,60,165). Sum of RGB (Red+Green+Blue) = 243+60+165=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F33CA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33CA5 is #0CC35A. Grayscale: #7E7E7E. Windows color (decimal): -836443 or 10829043. OLE color: 10829043.

HSL color Cylindrical-coordinate representation of color #F33CA5: hue angle of 325.57º 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 #F33CA5 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 60 165 -
CMYK 0 0.75 0.32 0.05
HSL 325.57º 0.88% 0.59% -
HSV(B) 325.57º 0.75% 0.95% -
XYZ 45.37 25 38.03 -
YUV 126.69 149.63 210.96 -
System Red Green Blue C M Y K H S L
Decimal 243 60 165 0 0.75 0.32 0.05 325.57 0.88 0.59
Hex F3 3C A5 0 4B 20 5 146 58 3B
Octal 363 74 245 0 113 40 5 506 130 73
Binary 11110011 111100 10100101 0 1001011 100000 101 101000110 1011000 111011

Color Harmonies of #F33CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33CA5

Black with #F33CA5

Text Example


Text Example

White with #F33CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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