Html Css Color HEX #F35D6A Wild Watermelon

📋 copy color: '#F35D6A'

red 243 ◦ green 93 ◦ blue 106

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

Shades of Wild Watermelon #F35D6A

Tints of Wild Watermelon #F35D6A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.04%

 BLUE value IS 106 (41.8% from 255) = 23.98%

R = 54.98%
G = 21.04%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F35D6A (or 0xF35D6A) is known color: Wild Watermelon. HEX triplet: F3, 5D and 6A. RGB value is (243,93,106). Sum of RGB (Red+Green+Blue) = 243+93+106=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F35D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35D6A is #0CA295. Grayscale: #8B8B8B. Windows color (decimal): -828054 or 6970867. OLE color: 6970867.

HSL color Cylindrical-coordinate representation of color #F35D6A: hue angle of 354.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F35D6A is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 93 106 -
CMYK 0 0.62 0.56 0.05
HSL 354.8º 0.86% 0.66% -
HSV(B) 354.8º 0.62% 0.95% -
XYZ 43.48 27.92 16.73 -
YUV 139.33 109.2 201.94 -
System Red Green Blue C M Y K H S L
Decimal 243 93 106 0 0.62 0.56 0.05 354.8 0.86 0.66
Hex F3 5D 6A 0 3E 38 5 163 56 42
Octal 363 135 152 0 76 70 5 543 126 102
Binary 11110011 1011101 1101010 0 111110 111000 101 101100011 1010110 1000010

Color Harmonies of #F35D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35D6A

Black with #F35D6A

Text Example


Text Example

White with #F35D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35D6A; }

 p { color: rgb(243,93,106); }

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

background-color css

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

 a { background-color: rgb(243,93,106); }

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

border-color css

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

 span { border-color: rgb(243,93,106); }

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