Html Css Color HEX #F25592 French Rose

📋 copy color: '#F25592'

red 242 ◦ green 85 ◦ blue 146

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

Shades of French Rose #F25592

Tints of French Rose #F25592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.97%

 BLUE value IS 146 (57.42% from 255) = 30.87%

R = 51.16%
G = 17.97%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F25592 (or 0xF25592) is known color: French Rose. HEX triplet: F2, 55 and 92. RGB value is (242,85,146). Sum of RGB (Red+Green+Blue) = 242+85+146=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F25592 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25592 is #0DAA6D. Grayscale: #8A8A8A. Windows color (decimal): -895598 or 9590258. OLE color: 9590258.

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

Color convert

RGB 242 85 146 -
CMYK 0 0.65 0.40 0.05
HSL 336.69º 0.86% 0.64% -
HSV(B) 336.69º 0.65% 0.95% -
XYZ 45.05 27.45 30.12 -
YUV 138.9 132.01 201.54 -
System Red Green Blue C M Y K H S L
Decimal 242 85 146 0 0.65 0.40 0.05 336.69 0.86 0.64
Hex F2 55 92 0 41 28 5 151 56 40
Octal 362 125 222 0 101 50 5 521 126 100
Binary 11110010 1010101 10010010 0 1000001 101000 101 101010001 1010110 1000000

Color Harmonies of #F25592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25592

Black with #F25592

Text Example


Text Example

White with #F25592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25592; }

 p { color: rgb(242,85,146); }

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

background-color css

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

 a { background-color: rgb(242,85,146); }

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

border-color css

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

 span { border-color: rgb(242,85,146); }

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