Html Css Color HEX #F25593 French Rose

📋 copy color: '#F25593'

red 242 ◦ green 85 ◦ blue 147

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

Shades of French Rose #F25593

Tints of French Rose #F25593

RGB

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

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

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

R = 51.05%
G = 17.93%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F25593 (or 0xF25593) is known color: French Rose. HEX triplet: F2, 55 and 93. RGB value is (242,85,147). Sum of RGB (Red+Green+Blue) = 242+85+147=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F25593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25593 is #0DAA6C. Grayscale: #8A8A8A. Windows color (decimal): -895597 or 9655794. OLE color: 9655794.

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

Color convert

RGB 242 85 147 -
CMYK 0 0.65 0.39 0.05
HSL 336.31º 0.86% 0.64% -
HSV(B) 336.31º 0.65% 0.95% -
XYZ 45.13 27.48 30.53 -
YUV 139.01 132.51 201.46 -
System Red Green Blue C M Y K H S L
Decimal 242 85 147 0 0.65 0.39 0.05 336.31 0.86 0.64
Hex F2 55 93 0 41 27 5 150 56 40
Octal 362 125 223 0 101 47 5 520 126 100
Binary 11110010 1010101 10010011 0 1000001 100111 101 101010000 1010110 1000000

Color Harmonies of #F25593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25593

Black with #F25593

Text Example


Text Example

White with #F25593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25593; }

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

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

background-color css

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

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

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

border-color css

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

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

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