Html Css Color HEX #F258AA Brilliant Rose

📋 copy color: '#F258AA'

red 242 ◦ green 88 ◦ blue 170

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

Shades of Brilliant Rose #F258AA

Tints of Brilliant Rose #F258AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.6%

 BLUE value IS 170 (66.8% from 255) = 34%

R = 48.4%
G = 17.6%
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

#F258AA (or 0xF258AA) is known color: Brilliant Rose. HEX triplet: F2, 58 and AA. RGB value is (242,88,170). Sum of RGB (Red+Green+Blue) = 242+88+170=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F258AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F258AA is #0DA755. Grayscale: #8F8F8F. Windows color (decimal): -894806 or 11163890. OLE color: 11163890.

HSL color Cylindrical-coordinate representation of color #F258AA: hue angle of 328.05º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F258AA is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 88 170 -
CMYK 0 0.64 0.30 0.05
HSL 328.05º 0.86% 0.65% -
HSV(B) 328.05º 0.64% 0.95% -
XYZ 47.36 28.76 41.08 -
YUV 143.39 143.02 198.33 -
System Red Green Blue C M Y K H S L
Decimal 242 88 170 0 0.64 0.30 0.05 328.05 0.86 0.65
Hex F2 58 AA 0 40 1E 5 148 56 41
Octal 362 130 252 0 100 36 5 510 126 101
Binary 11110010 1011000 10101010 0 1000000 11110 101 101001000 1010110 1000001

Color Harmonies of #F258AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F258AA

Black with #F258AA

Text Example


Text Example

White with #F258AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F258AA; }

 p { color: rgb(242,88,170); }

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

background-color css

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

 a { background-color: rgb(242,88,170); }

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

border-color css

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

 span { border-color: rgb(242,88,170); }

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