Html Css Color HEX #F25696 French Rose

📋 copy color: '#F25696'

red 242 ◦ green 86 ◦ blue 150

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

Shades of French Rose #F25696

Tints of French Rose #F25696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.99%

 BLUE value IS 150 (58.98% from 255) = 31.38%

R = 50.63%
G = 17.99%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F25696 (or 0xF25696) is known color: French Rose. HEX triplet: F2, 56 and 96. RGB value is (242,86,150). Sum of RGB (Red+Green+Blue) = 242+86+150=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F25696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25696 is #0DA969. Grayscale: #8B8B8B. Windows color (decimal): -895338 or 9852658. OLE color: 9852658.

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

Color convert

RGB 242 86 150 -
CMYK 0 0.64 0.38 0.05
HSL 335.38º 0.86% 0.64% -
HSV(B) 335.38º 0.64% 0.95% -
XYZ 45.45 27.73 31.81 -
YUV 139.94 133.68 200.8 -
System Red Green Blue C M Y K H S L
Decimal 242 86 150 0 0.64 0.38 0.05 335.38 0.86 0.64
Hex F2 56 96 0 40 26 5 14F 56 40
Octal 362 126 226 0 100 46 5 517 126 100
Binary 11110010 1010110 10010110 0 1000000 100110 101 101001111 1010110 1000000

Color Harmonies of #F25696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25696

Black with #F25696

Text Example


Text Example

White with #F25696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25696; }

 p { color: rgb(242,86,150); }

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

background-color css

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

 a { background-color: rgb(242,86,150); }

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

border-color css

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

 span { border-color: rgb(242,86,150); }

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