Html Css Color HEX #F256A9 Brilliant Rose

📋 copy color: '#F256A9'

red 242 ◦ green 86 ◦ blue 169

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

Shades of Brilliant Rose #F256A9

Tints of Brilliant Rose #F256A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34%

R = 48.69%
G = 17.3%
B = 34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F256A9 (or 0xF256A9) is known color: Brilliant Rose. HEX triplet: F2, 56 and A9. RGB value is (242,86,169). Sum of RGB (Red+Green+Blue) = 242+86+169=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F256A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F256A9 is #0DA956. Grayscale: #8D8D8D. Windows color (decimal): -895319 or 11097842. OLE color: 11097842.

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

Color convert

RGB 242 86 169 -
CMYK 0 0.64 0.30 0.05
HSL 328.08º 0.86% 0.64% -
HSV(B) 328.08º 0.64% 0.95% -
XYZ 47.11 28.4 40.53 -
YUV 142.11 143.18 199.25 -
System Red Green Blue C M Y K H S L
Decimal 242 86 169 0 0.64 0.30 0.05 328.08 0.86 0.64
Hex F2 56 A9 0 40 1E 5 148 56 40
Octal 362 126 251 0 100 36 5 510 126 100
Binary 11110010 1010110 10101001 0 1000000 11110 101 101001000 1010110 1000000

Color Harmonies of #F256A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F256A9

Black with #F256A9

Text Example


Text Example

White with #F256A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F256A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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