Html Css Color HEX #FF6066 Wild Watermelon

📋 copy color: '#FF6066'

red 255 ◦ green 96 ◦ blue 102

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

Shades of Wild Watermelon #FF6066

Tints of Wild Watermelon #FF6066

RGB

 RED value IS 255 (100% from 255) = 56.29%

 GREEN value IS 96 (37.89% from 255) = 21.19%

 BLUE value IS 102 (40.23% from 255) = 22.52%

R = 56.29%
G = 21.19%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FF6066 (or 0xFF6066) is known color: Wild Watermelon. HEX triplet: FF, 60 and 66. RGB value is (255,96,102). Sum of RGB (Red+Green+Blue) = 255+96+102=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6066 is #009F99. Grayscale: #909090. Windows color (decimal): -40858 or 6709503. OLE color: 6709503.

HSL color Cylindrical-coordinate representation of color #FF6066: hue angle of 357.74º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6066 is Cyan = 0, Magento = 0.62, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB 255 96 102 -
CMYK 0 0.62 0.6 0
HSL 357.74º 1% 0.69% -
HSV(B) 357.74º 0.62% 1% -
XYZ 47.82 30.59 15.95 -
YUV 144.23 104.18 207.01 -
System Red Green Blue C M Y K H S L
Decimal 255 96 102 0 0.62 0.6 0 357.74 1 0.69
Hex FF 60 66 0 3E 3C 0 166 64 45
Octal 377 140 146 0 76 74 0 546 144 105
Binary 11111111 1100000 1100110 0 111110 111100 0 101100110 1100100 1000101

Color Harmonies of #FF6066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6066

Black with #FF6066

Text Example


Text Example

White with #FF6066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6066; }

 p { color: rgb(255,96,102); }

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

background-color css

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

 a { background-color: rgb(255,96,102); }

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

border-color css

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

 span { border-color: rgb(255,96,102); }

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