Html Css Color HEX #F25386 French Rose

📋 copy color: '#F25386'

red 242 ◦ green 83 ◦ blue 134

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

Shades of French Rose #F25386

Tints of French Rose #F25386

RGB

 RED value IS 242 (94.92% from 255) = 52.72%

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

 BLUE value IS 134 (52.73% from 255) = 29.19%

R = 52.72%
G = 18.08%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F25386 (or 0xF25386) is known color: French Rose. HEX triplet: F2, 53 and 86. RGB value is (242,83,134). Sum of RGB (Red+Green+Blue) = 242+83+134=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F25386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25386 is #0DAC79. Grayscale: #888888. Windows color (decimal): -896122 or 8803314. OLE color: 8803314.

HSL color Cylindrical-coordinate representation of color #F25386: hue angle of 340.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F25386 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 83 134 -
CMYK 0 0.66 0.45 0.05
HSL 340.75º 0.86% 0.64% -
HSV(B) 340.75º 0.66% 0.95% -
XYZ 44.01 26.78 25.4 -
YUV 136.36 126.68 203.35 -
System Red Green Blue C M Y K H S L
Decimal 242 83 134 0 0.66 0.45 0.05 340.75 0.86 0.64
Hex F2 53 86 0 42 2D 5 155 56 40
Octal 362 123 206 0 102 55 5 525 126 100
Binary 11110010 1010011 10000110 0 1000010 101101 101 101010101 1010110 1000000

Color Harmonies of #F25386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25386

Black with #F25386

Text Example


Text Example

White with #F25386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25386; }

 p { color: rgb(242,83,134); }

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

background-color css

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

 a { background-color: rgb(242,83,134); }

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

border-color css

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

 span { border-color: rgb(242,83,134); }

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