Html Css Color HEX #F25793 French Rose

📋 copy color: '#F25793'

red 242 ◦ green 87 ◦ blue 147

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

Shades of French Rose #F25793

Tints of French Rose #F25793

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.28%

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

R = 50.84%
G = 18.28%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F25793 (or 0xF25793) is known color: French Rose. HEX triplet: F2, 57 and 93. RGB value is (242,87,147). Sum of RGB (Red+Green+Blue) = 242+87+147=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F25793 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25793 is #0DA86C. Grayscale: #8C8C8C. Windows color (decimal): -895085 or 9656306. OLE color: 9656306.

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

Color convert

RGB 242 87 147 -
CMYK 0 0.64 0.39 0.05
HSL 336.77º 0.86% 0.65% -
HSV(B) 336.77º 0.64% 0.95% -
XYZ 45.29 27.8 30.58 -
YUV 140.19 131.85 200.62 -
System Red Green Blue C M Y K H S L
Decimal 242 87 147 0 0.64 0.39 0.05 336.77 0.86 0.65
Hex F2 57 93 0 40 27 5 151 56 41
Octal 362 127 223 0 100 47 5 521 126 101
Binary 11110010 1010111 10010011 0 1000000 100111 101 101010001 1010110 1000001

Color Harmonies of #F25793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25793

Black with #F25793

Text Example


Text Example

White with #F25793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25793; }

 p { color: rgb(242,87,147); }

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

background-color css

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

 a { background-color: rgb(242,87,147); }

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

border-color css

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

 span { border-color: rgb(242,87,147); }

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