Html Css Color HEX #F65383 French Rose

📋 copy color: '#F65383'

red 246 ◦ green 83 ◦ blue 131

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

Shades of French Rose #F65383

Tints of French Rose #F65383

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.04%

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

R = 53.48%
G = 18.04%
B = 28.48%

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

#F65383 (or 0xF65383) is known color: French Rose. HEX triplet: F6, 53 and 83. RGB value is (246,83,131). Sum of RGB (Red+Green+Blue) = 246+83+131=460 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.48% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 246 - color contains mainly: red. Hex color #F65383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65383 is #09AC7C. Grayscale: #898989. Windows color (decimal): -633981 or 8606710. OLE color: 8606710.

HSL color Cylindrical-coordinate representation of color #F65383: hue angle of 342.33º 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 #F65383 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 83 131 -
CMYK 0 0.66 0.47 0.04
HSL 342.33º 0.9% 0.65% -
HSV(B) 342.33º 0.66% 0.96% -
XYZ 45.2 27.42 24.38 -
YUV 137.21 124.5 205.6 -
System Red Green Blue C M Y K H S L
Decimal 246 83 131 0 0.66 0.47 0.04 342.33 0.9 0.65
Hex F6 53 83 0 42 2F 4 156 5A 41
Octal 366 123 203 0 102 57 4 526 132 101
Binary 11110110 1010011 10000011 0 1000010 101111 100 101010110 1011010 1000001

Color Harmonies of #F65383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65383

Black with #F65383

Text Example


Text Example

White with #F65383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65383; }

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

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

background-color css

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

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

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

border-color css

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

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

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