Html Css Color HEX #F6528D French Rose

📋 copy color: '#F6528D'

red 246 ◦ green 82 ◦ blue 141

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

Shades of French Rose #F6528D

Tints of French Rose #F6528D

RGB

 RED value IS 246 (96.48% from 255) = 52.45%

 GREEN value IS 82 (32.42% from 255) = 17.48%

 BLUE value IS 141 (55.47% from 255) = 30.06%

R = 52.45%
G = 17.48%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6528D (or 0xF6528D) is known color: French Rose. HEX triplet: F6, 52 and 8D. RGB value is (246,82,141). Sum of RGB (Red+Green+Blue) = 246+82+141=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F6528D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6528D is #09AD72. Grayscale: #898989. Windows color (decimal): -634227 or 9261814. OLE color: 9261814.

HSL color Cylindrical-coordinate representation of color #F6528D: hue angle of 338.41º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6528D is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 82 141 -
CMYK 0 0.67 0.43 0.04
HSL 338.41º 0.9% 0.64% -
HSV(B) 338.41º 0.67% 0.96% -
XYZ 45.83 27.55 28.1 -
YUV 137.76 129.83 205.2 -
System Red Green Blue C M Y K H S L
Decimal 246 82 141 0 0.67 0.43 0.04 338.41 0.9 0.64
Hex F6 52 8D 0 43 2B 4 152 5A 40
Octal 366 122 215 0 103 53 4 522 132 100
Binary 11110110 1010010 10001101 0 1000011 101011 100 101010010 1011010 1000000

Color Harmonies of #F6528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6528D

Black with #F6528D

Text Example


Text Example

White with #F6528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6528D; }

 p { color: rgb(246,82,141); }

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

background-color css

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

 a { background-color: rgb(246,82,141); }

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

border-color css

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

 span { border-color: rgb(246,82,141); }

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