Html Css Color HEX #F25694 French Rose

📋 copy color: '#F25694'

red 242 ◦ green 86 ◦ blue 148

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

Shades of French Rose #F25694

Tints of French Rose #F25694

RGB

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

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

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

R = 50.84%
G = 18.07%
B = 31.09%

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

#F25694 (or 0xF25694) is known color: French Rose. HEX triplet: F2, 56 and 94. RGB value is (242,86,148). Sum of RGB (Red+Green+Blue) = 242+86+148=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F25694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25694 is #0DA96B. Grayscale: #8B8B8B. Windows color (decimal): -895340 or 9721586. OLE color: 9721586.

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

Color convert

RGB 242 86 148 -
CMYK 0 0.64 0.39 0.05
HSL 336.15º 0.86% 0.64% -
HSV(B) 336.15º 0.64% 0.95% -
XYZ 45.29 27.67 30.97 -
YUV 139.71 132.68 200.96 -
System Red Green Blue C M Y K H S L
Decimal 242 86 148 0 0.64 0.39 0.05 336.15 0.86 0.64
Hex F2 56 94 0 40 27 5 150 56 40
Octal 362 126 224 0 100 47 5 520 126 100
Binary 11110010 1010110 10010100 0 1000000 100111 101 101010000 1010110 1000000

Color Harmonies of #F25694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25694

Black with #F25694

Text Example


Text Example

White with #F25694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25694; }

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

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

background-color css

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

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

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

border-color css

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

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

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