Html Css Color HEX #F256A5 Brilliant Rose

📋 copy color: '#F256A5'

red 242 ◦ green 86 ◦ blue 165

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

Shades of Brilliant Rose #F256A5

Tints of Brilliant Rose #F256A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.47%

R = 49.09%
G = 17.44%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F256A5 (or 0xF256A5) is known color: Brilliant Rose. HEX triplet: F2, 56 and A5. RGB value is (242,86,165). Sum of RGB (Red+Green+Blue) = 242+86+165=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F256A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F256A5 is #0DA95A. Grayscale: #8D8D8D. Windows color (decimal): -895323 or 10835698. OLE color: 10835698.

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

Color convert

RGB 242 86 165 -
CMYK 0 0.64 0.32 0.05
HSL 329.62º 0.86% 0.64% -
HSV(B) 329.62º 0.64% 0.95% -
XYZ 46.74 28.25 38.59 -
YUV 141.65 141.18 199.58 -
System Red Green Blue C M Y K H S L
Decimal 242 86 165 0 0.64 0.32 0.05 329.62 0.86 0.64
Hex F2 56 A5 0 40 20 5 14A 56 40
Octal 362 126 245 0 100 40 5 512 126 100
Binary 11110010 1010110 10100101 0 1000000 100000 101 101001010 1010110 1000000

Color Harmonies of #F256A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F256A5

Black with #F256A5

Text Example


Text Example

White with #F256A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F256A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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