Html Css Color HEX #F25394 French Rose

📋 copy color: '#F25394'

red 242 ◦ green 83 ◦ blue 148

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

Shades of French Rose #F25394

Tints of French Rose #F25394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.55%

 BLUE value IS 148 (58.2% from 255) = 31.29%

R = 51.16%
G = 17.55%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F25394 (or 0xF25394) is known color: French Rose. HEX triplet: F2, 53 and 94. RGB value is (242,83,148). Sum of RGB (Red+Green+Blue) = 242+83+148=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F25394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25394 is #0DAC6B. Grayscale: #898989. Windows color (decimal): -896108 or 9720818. OLE color: 9720818.

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

Color convert

RGB 242 83 148 -
CMYK 0 0.66 0.39 0.05
HSL 335.47º 0.86% 0.64% -
HSV(B) 335.47º 0.66% 0.95% -
XYZ 45.06 27.2 30.89 -
YUV 137.95 133.68 202.21 -
System Red Green Blue C M Y K H S L
Decimal 242 83 148 0 0.66 0.39 0.05 335.47 0.86 0.64
Hex F2 53 94 0 42 27 5 14F 56 40
Octal 362 123 224 0 102 47 5 517 126 100
Binary 11110010 1010011 10010100 0 1000010 100111 101 101001111 1010110 1000000

Color Harmonies of #F25394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25394

Black with #F25394

Text Example


Text Example

White with #F25394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25394; }

 p { color: rgb(242,83,148); }

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

background-color css

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

 a { background-color: rgb(242,83,148); }

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

border-color css

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

 span { border-color: rgb(242,83,148); }

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