Html Css Color HEX #F256A7 Brilliant Rose

📋 copy color: '#F256A7'

red 242 ◦ green 86 ◦ blue 167

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

Shades of Brilliant Rose #F256A7

Tints of Brilliant Rose #F256A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.74%

R = 48.89%
G = 17.37%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F256A7 (or 0xF256A7) is known color: Brilliant Rose. HEX triplet: F2, 56 and A7. RGB value is (242,86,167). Sum of RGB (Red+Green+Blue) = 242+86+167=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F256A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F256A7 is #0DA958. Grayscale: #8D8D8D. Windows color (decimal): -895321 or 10966770. OLE color: 10966770.

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

Color convert

RGB 242 86 167 -
CMYK 0 0.64 0.31 0.05
HSL 328.85º 0.86% 0.64% -
HSV(B) 328.85º 0.64% 0.95% -
XYZ 46.92 28.32 39.55 -
YUV 141.88 142.18 199.41 -
System Red Green Blue C M Y K H S L
Decimal 242 86 167 0 0.64 0.31 0.05 328.85 0.86 0.64
Hex F2 56 A7 0 40 1F 5 149 56 40
Octal 362 126 247 0 100 37 5 511 126 100
Binary 11110010 1010110 10100111 0 1000000 11111 101 101001001 1010110 1000000

Color Harmonies of #F256A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F256A7

Black with #F256A7

Text Example


Text Example

White with #F256A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F256A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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