Html Css Color HEX #F65F93 French Rose

📋 copy color: '#F65F93'

red 246 ◦ green 95 ◦ blue 147

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

Shades of French Rose #F65F93

Tints of French Rose #F65F93

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.47%

 BLUE value IS 147 (57.81% from 255) = 30.12%

R = 50.41%
G = 19.47%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F65F93 (or 0xF65F93) is known color: French Rose. HEX triplet: F6, 5F and 93. RGB value is (246,95,147). Sum of RGB (Red+Green+Blue) = 246+95+147=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65F93 is #09A06C. Grayscale: #929292. Windows color (decimal): -630893 or 9658358. OLE color: 9658358.

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

Color convert

RGB 246 95 147 -
CMYK 0 0.61 0.40 0.04
HSL 339.34º 0.89% 0.67% -
HSV(B) 339.34º 0.61% 0.96% -
XYZ 47.36 29.88 30.88 -
YUV 146.08 128.53 199.27 -
System Red Green Blue C M Y K H S L
Decimal 246 95 147 0 0.61 0.40 0.04 339.34 0.89 0.67
Hex F6 5F 93 0 3D 28 4 153 59 43
Octal 366 137 223 0 75 50 4 523 131 103
Binary 11110110 1011111 10010011 0 111101 101000 100 101010011 1011001 1000011

Color Harmonies of #F65F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65F93

Black with #F65F93

Text Example


Text Example

White with #F65F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65F93; }

 p { color: rgb(246,95,147); }

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

background-color css

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

 a { background-color: rgb(246,95,147); }

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

border-color css

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

 span { border-color: rgb(246,95,147); }

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