Html Css Color HEX #F25691 French Rose

📋 copy color: '#F25691'

red 242 ◦ green 86 ◦ blue 145

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

Shades of French Rose #F25691

Tints of French Rose #F25691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.66%

R = 51.16%
G = 18.18%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F25691 (or 0xF25691) is known color: French Rose. HEX triplet: F2, 56 and 91. RGB value is (242,86,145). Sum of RGB (Red+Green+Blue) = 242+86+145=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F25691 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25691 is #0DA96E. Grayscale: #8B8B8B. Windows color (decimal): -895343 or 9524978. OLE color: 9524978.

HSL color Cylindrical-coordinate representation of color #F25691: hue angle of 337.31º 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 #F25691 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 86 145 -
CMYK 0 0.64 0.40 0.05
HSL 337.31º 0.86% 0.64% -
HSV(B) 337.31º 0.64% 0.95% -
XYZ 45.06 27.58 29.74 -
YUV 139.37 131.18 201.2 -
System Red Green Blue C M Y K H S L
Decimal 242 86 145 0 0.64 0.40 0.05 337.31 0.86 0.64
Hex F2 56 91 0 40 28 5 151 56 40
Octal 362 126 221 0 100 50 5 521 126 100
Binary 11110010 1010110 10010001 0 1000000 101000 101 101010001 1010110 1000000

Color Harmonies of #F25691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25691

Black with #F25691

Text Example


Text Example

White with #F25691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25691; }

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

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

background-color css

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

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

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

border-color css

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

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

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