Html Css Color HEX #F25397 French Rose

📋 copy color: '#F25397'

red 242 ◦ green 83 ◦ blue 151

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

Shades of French Rose #F25397

Tints of French Rose #F25397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.72%

R = 50.84%
G = 17.44%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F25397 (or 0xF25397) is known color: French Rose. HEX triplet: F2, 53 and 97. RGB value is (242,83,151). Sum of RGB (Red+Green+Blue) = 242+83+151=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F25397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25397 is #0DAC68. Grayscale: #8A8A8A. Windows color (decimal): -896105 or 9917426. OLE color: 9917426.

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

Color convert

RGB 242 83 151 -
CMYK 0 0.66 0.38 0.05
HSL 334.34º 0.86% 0.64% -
HSV(B) 334.34º 0.66% 0.95% -
XYZ 45.3 27.3 32.16 -
YUV 138.29 135.18 201.97 -
System Red Green Blue C M Y K H S L
Decimal 242 83 151 0 0.66 0.38 0.05 334.34 0.86 0.64
Hex F2 53 97 0 42 26 5 14E 56 40
Octal 362 123 227 0 102 46 5 516 126 100
Binary 11110010 1010011 10010111 0 1000010 100110 101 101001110 1010110 1000000

Color Harmonies of #F25397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25397

Black with #F25397

Text Example


Text Example

White with #F25397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25397; }

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

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

background-color css

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

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

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

border-color css

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

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

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