Html Css Color HEX #F25697 Brilliant Rose

📋 copy color: '#F25697'

red 242 ◦ green 86 ◦ blue 151

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

Shades of Brilliant Rose #F25697

Tints of Brilliant Rose #F25697

RGB

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

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

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

R = 50.52%
G = 17.95%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F25697 (or 0xF25697) is known color: Brilliant Rose. HEX triplet: F2, 56 and 97. RGB value is (242,86,151). Sum of RGB (Red+Green+Blue) = 242+86+151=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F25697 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25697 is #0DA968. Grayscale: #8B8B8B. Windows color (decimal): -895337 or 9918194. OLE color: 9918194.

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

Color convert

RGB 242 86 151 -
CMYK 0 0.64 0.38 0.05
HSL 335º 0.86% 0.64% -
HSV(B) 335º 0.64% 0.95% -
XYZ 45.53 27.77 32.24 -
YUV 140.05 134.18 200.71 -
System Red Green Blue C M Y K H S L
Decimal 242 86 151 0 0.64 0.38 0.05 335 0.86 0.64
Hex F2 56 97 0 40 26 5 14F 56 40
Octal 362 126 227 0 100 46 5 517 126 100
Binary 11110010 1010110 10010111 0 1000000 100110 101 101001111 1010110 1000000

Color Harmonies of #F25697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25697

Black with #F25697

Text Example


Text Example

White with #F25697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25697; }

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

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

background-color css

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

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

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

border-color css

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

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

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