Html Css Color HEX #F75281 French Rose

📋 copy color: '#F75281'

red 247 ◦ green 82 ◦ blue 129

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

Shades of French Rose #F75281

Tints of French Rose #F75281

RGB

 RED value IS 247 (96.88% from 255) = 53.93%

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

 BLUE value IS 129 (50.78% from 255) = 28.17%

R = 53.93%
G = 17.9%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F75281 (or 0xF75281) is known color: French Rose. HEX triplet: F7, 52 and 81. RGB value is (247,82,129). Sum of RGB (Red+Green+Blue) = 247+82+129=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F75281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75281 is #08AD7E. Grayscale: #888888. Windows color (decimal): -568703 or 8475383. OLE color: 8475383.

HSL color Cylindrical-coordinate representation of color #F75281: hue angle of 342.91º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F75281 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 82 129 -
CMYK 0 0.67 0.48 0.03
HSL 342.91º 0.91% 0.65% -
HSV(B) 342.91º 0.67% 0.97% -
XYZ 45.34 27.39 23.67 -
YUV 136.69 123.66 206.68 -
System Red Green Blue C M Y K H S L
Decimal 247 82 129 0 0.67 0.48 0.03 342.91 0.91 0.65
Hex F7 52 81 0 43 30 3 157 5B 41
Octal 367 122 201 0 103 60 3 527 133 101
Binary 11110111 1010010 10000001 0 1000011 110000 11 101010111 1011011 1000001

Color Harmonies of #F75281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75281

Black with #F75281

Text Example


Text Example

White with #F75281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75281; }

 p { color: rgb(247,82,129); }

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

background-color css

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

 a { background-color: rgb(247,82,129); }

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

border-color css

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

 span { border-color: rgb(247,82,129); }

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