Html Css Color HEX #F65483 French Rose

📋 copy color: '#F65483'

red 246 ◦ green 84 ◦ blue 131

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

Shades of French Rose #F65483

Tints of French Rose #F65483

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.22%

 BLUE value IS 131 (51.56% from 255) = 28.42%

R = 53.36%
G = 18.22%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F65483 (or 0xF65483) is known color: French Rose. HEX triplet: F6, 54 and 83. RGB value is (246,84,131). Sum of RGB (Red+Green+Blue) = 246+84+131=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F65483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65483 is #09AB7C. Grayscale: #898989. Windows color (decimal): -633725 or 8606966. OLE color: 8606966.

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

Color convert

RGB 246 84 131 -
CMYK 0 0.66 0.47 0.04
HSL 342.59º 0.9% 0.65% -
HSV(B) 342.59º 0.66% 0.96% -
XYZ 45.27 27.57 24.41 -
YUV 137.8 124.17 205.18 -
System Red Green Blue C M Y K H S L
Decimal 246 84 131 0 0.66 0.47 0.04 342.59 0.9 0.65
Hex F6 54 83 0 42 2F 4 157 5A 41
Octal 366 124 203 0 102 57 4 527 132 101
Binary 11110110 1010100 10000011 0 1000010 101111 100 101010111 1011010 1000001

Color Harmonies of #F65483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65483

Black with #F65483

Text Example


Text Example

White with #F65483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65483; }

 p { color: rgb(246,84,131); }

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

background-color css

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

 a { background-color: rgb(246,84,131); }

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

border-color css

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

 span { border-color: rgb(246,84,131); }

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